You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added warning in the interface when a path for a shelluser is set that is outside of the website docroot.
- Added security settings feature to allow the root user of a server to control most aspects of whet the admin user of the controlpanel is allowed to do in system settings. This is especially useful for managed severs where the ispconfig admin user and the root user of the server are different persons.
$shell_data = $app->db->queryOneRecord("SELECT parent_domain_id FROM shell_user WHERE shell_user_id = '".$app->db->quote($app->tform->primary_id)."'");
Copy file name to clipboardExpand all lines: interface/lib/lang/ar.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150
+
$wb['security_check1_txt'] = 'Check for security permission:';
Copy file name to clipboardExpand all lines: interface/lib/lang/bg.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150
+
$wb['security_check1_txt'] = 'Check for security permission:';
Copy file name to clipboardExpand all lines: interface/lib/lang/br.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150
+
$wb['security_check1_txt'] = 'Check for security permission:';
Copy file name to clipboardExpand all lines: interface/lib/lang/cz.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Silná';
147
147
$wb['strength_5'] = 'Velmi silná';
148
148
$wb['weak_password_txt'] = 'Zvolené heslo neodpovídá požadavkům zásad pro tvorbu hesel. Heslo musí být alespoň {chars} znaků dlouhé a mající sílu \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'Zvolené heslo neodpovídá požadavkům zásad pro tvorbu hesel. Heslo musí být alespoň {chars} znaků dlouhé.';
150
+
$wb['security_check1_txt'] = 'Check for security permission:';
Copy file name to clipboardExpand all lines: interface/lib/lang/de.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Stark';
147
147
$wb['strength_5'] = 'Sehr stark';
148
148
$wb['weak_password_txt'] = 'Das gewählte Passwort erfüllt die Sicherheitsanforderungen nicht. Es muss mindestens {chars} Zeichen lang sein und die Stärke \\"{strength}\\" besitzen.';
149
149
$wb['weak_password_length_txt'] = 'Das gewählte Passwort erfüllt die Sicherheitsanforderungen nicht. Es muss mindestens {chars} Zeichen lang sein.';
Copy file name to clipboardExpand all lines: interface/lib/lang/el.lng
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,6 @@ $wb['strength_4'] = 'Strong';
147
147
$wb['strength_5'] = 'Very Strong';
148
148
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of \\"{strength}\\".';
149
149
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
150
+
$wb['security_check1_txt'] = 'Check for security permission:';
$wb["no_domain_perm"] = 'You have no permission for this domain.';
137
136
$wb["no_destination_perm"] = 'You have no permission for this destination.';
@@ -149,5 +148,6 @@ $wb['strength_4'] = 'Strong';
149
148
$wb['strength_5'] = 'Very Strong';
150
149
$wb['weak_password_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length and have a strength of "{strength}".';
151
150
$wb['weak_password_length_txt'] = 'The chosen password does not match the security guidelines. It has to be at least {chars} chars in length.';
152
-
153
-
?>
151
+
$wb['security_check1_txt'] = 'Check for security permission:';
0 commit comments