From 150d64d1d060f0620e6c748190cfc1e4cf7625d4 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 27 Sep 2022 16:36:27 -0700 Subject: [PATCH] update password requirement descriptions --- panel/ui/vmail/mboxes-add.html | 5 +++-- panel/ui/vmail/mboxes-edit.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/panel/ui/vmail/mboxes-add.html b/panel/ui/vmail/mboxes-add.html index 9daa6a0..fd6c230 100644 --- a/panel/ui/vmail/mboxes-add.html +++ b/panel/ui/vmail/mboxes-add.html @@ -91,8 +91,9 @@

Account is the "local-part" of the email address and can contain letters, numbers, and periods.
Password must be at least 8 characters with 12 or more being highly recommended.
-The password must contain characters from at least three of the following four groups:
-Lower Case Letters, Upper Case Letters, Numbers, Punctuation/Special Characters.
+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.
Status can be used to temporarily disable the email account. If the account is enabled with the Admin option they can managed all email accounts.
Quota is the storage limit in GB for the email account.
Rate Limit is the hourly sending rate limit for the email account, and is multiplied by 10 for the daily sending limit.
diff --git a/panel/ui/vmail/mboxes-edit.html b/panel/ui/vmail/mboxes-edit.html index efd09ed..b47a80a 100644 --- a/panel/ui/vmail/mboxes-edit.html +++ b/panel/ui/vmail/mboxes-edit.html @@ -88,8 +88,9 @@

Password must be at least 8 characters with 12 or more being highly recommended.
-The password must contain characters from at least three of the following four groups:
-Lower Case Letters, Upper Case Letters, Numbers, Punctuation/Special Characters.
+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.
Status can be used to temporarily disable the email account. If the account is enabled with the Admin option they can managed all email accounts.
Quota is the storage limit in GB for the email account.
Rate Limit is the hourly sending rate limit for the email account, and is multiplied by 10 for the daily sending limit.