Compare commits

..

No commits in common. "ed74e0d8236844788fed6d942ca1006271c2a1f9" and "01a1994b398f3c42c6239ec853ebb4995609831f" have entirely different histories.

5 changed files with 6 additions and 6 deletions

View File

@ -143,7 +143,7 @@ class Panel {
if ($character_class < 3) { if ($character_class < 3) {
$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."; $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.";
} }
@ -157,7 +157,7 @@ class Panel {
if (!preg_match('/^[[:lower:][:upper:][:digit:][:punct:]]{8,}$/', $password)) { if (!preg_match('/^[[:lower:][:upper:][:digit:][:punct:]]{8,}$/', $password)) {
$messages[] = "Password may only contain characters from these four groups: Lower Case Letters, Upper Case Letters, Numbers, Puncuation/Special Characters."; $messages[] = "Password may only contain characters from these four groups: Lower Case Letters, Uppler Case Letters, Numbers, Puncuation/Special Characters.";
} }

View File

@ -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>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> <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> Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br> Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
Passwords 15 or more characters long do not have any complexity requirements.<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> <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' }}"> <check if="{{ @user.showwriteinfo=='1' }}">

View File

@ -19,7 +19,7 @@
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<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> Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br> Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
Passwords 15 or more characters long do not have any complexity requirements.<br> Passwords 15 or more characters long do not have any complexity requirements.<br>
</fieldset> </fieldset>

View File

@ -92,7 +92,7 @@
<b>Account</b> is the "local-part" of the email address and can contain letters, numbers, and periods.<br> <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> <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> Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br> Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
Passwords 15 or more characters long do not have any complexity requirements.<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>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> <b>Quota</b> is the storage limit in GB for the email account.<br>

View File

@ -89,7 +89,7 @@
<p> <p>
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<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> Passwords under 15 characters must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.<br> Lower Case Letters, Uppler Case Leters, Numbers, Puncuation/Special Characters.<br>
Passwords 15 or more characters long do not have any complexity requirements.<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>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> <b>Quota</b> is the storage limit in GB for the email account.<br>