Compare commits
2 Commits
01a1994b39
...
ed74e0d823
Author | SHA1 | Date | |
---|---|---|---|
|
ed74e0d823 | ||
|
acda0b4783 |
|
@ -143,7 +143,7 @@ class Panel {
|
|||
|
||||
if ($character_class < 3) {
|
||||
|
||||
$messages[] = "Passwords under 15 characters must contain characters from at least three of the following four groups: Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters. Passwords 15 or more characters long do not have any complexity requirements.";
|
||||
$messages[] = "Passwords under 15 characters must contain characters from at least three of the following four groups: Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters. Passwords 15 or more characters long do not have any complexity requirements.";
|
||||
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ class Panel {
|
|||
|
||||
if (!preg_match('/^[[:lower:][:upper:][:digit:][:punct:]]{8,}$/', $password)) {
|
||||
|
||||
$messages[] = "Password may only contain characters from these four groups: Lower Case Letters, Uppler Case Letters, Numbers, Puncuation/Special Characters.";
|
||||
$messages[] = "Password may only contain characters from these four groups: Lower Case Letters, Upper Case Letters, Numbers, Puncuation/Special Characters.";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@
|
|||
<b>Username</b> is the system username that a website can be installed under. It will be used for SFTP & SSH access. Mixed case usernames are converted to all lower case.<br>
|
||||
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<br>
|
||||
Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
|
||||
Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Passwords 15 or more characters long do not have any complexity requirements.<br>
|
||||
<b>Jail</b> determines if the user will be "jailed". This is recommended on a Shared Server. Once a user is Jailed it can't be undone by these admins.<br>
|
||||
<check if="{{ @user.showwriteinfo=='1' }}">
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<br>
|
||||
Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
|
||||
Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Passwords 15 or more characters long do not have any complexity requirements.<br>
|
||||
|
||||
</fieldset>
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<b>Account</b> is the "local-part" of the email address and can contain letters, numbers, and periods.<br>
|
||||
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<br>
|
||||
Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
|
||||
Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Passwords 15 or more characters long do not have any complexity requirements.<br>
|
||||
<b>Status</b> can be used to temporarily disable the email account. If the account is enabled with the Admin option they can managed all email accounts.<br>
|
||||
<b>Quota</b> is the storage limit in GB for the email account.<br>
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<p>
|
||||
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<br>
|
||||
Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
|
||||
Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br>
|
||||
Passwords 15 or more characters long do not have any complexity requirements.<br>
|
||||
<b>Status</b> can be used to temporarily disable the email account. If the account is enabled with the Admin option they can managed all email accounts.<br>
|
||||
<b>Quota</b> is the storage limit in GB for the email account.<br>
|
||||
|
|
Loading…
Reference in New Issue
Block a user