update password requirement descriptions

This commit is contained in:
Matthew Saunders Brown 2022-09-27 16:36:27 -07:00
parent 6df7482f0f
commit 150d64d1d0
2 changed files with 6 additions and 4 deletions

View File

@ -91,8 +91,9 @@
<p>
<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>
The password must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Letters, Numbers, Punctuation/Special Characters.<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>
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>
<b>Rate Limit</b> is the hourly sending rate limit for the email account, and is multiplied by 10 for the daily sending limit.<br>

View File

@ -88,8 +88,9 @@
</form>
<p>
<b>Password</b> must be at least 8 characters with 12 or more being highly recommended.<br>
The password must contain characters from at least three of the following four groups:<br>
Lower Case Letters, Upper Case Letters, Numbers, Punctuation/Special Characters.<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>
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>
<b>Rate Limit</b> is the hourly sending rate limit for the email account, and is multiplied by 10 for the daily sending limit.<br>