From ed74e0d8236844788fed6d942ca1006271c2a1f9 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 22 Nov 2023 10:27:01 -0800 Subject: [PATCH] fix typo in passwd message --- panel/ui/vhost/users-add.html | 2 +- panel/ui/vhost/users-edit.html | 2 +- panel/ui/vmail/mboxes-add.html | 2 +- panel/ui/vmail/mboxes-edit.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/panel/ui/vhost/users-add.html b/panel/ui/vhost/users-add.html index e9235f2..efb515f 100644 --- a/panel/ui/vhost/users-add.html +++ b/panel/ui/vhost/users-add.html @@ -172,7 +172,7 @@ Username 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.
Password must be at least 8 characters with 12 or more being highly recommended.
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.
+Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.
Passwords 15 or more characters long do not have any complexity requirements.
Jail 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.
diff --git a/panel/ui/vhost/users-edit.html b/panel/ui/vhost/users-edit.html index 0bf5dd3..ec67f9c 100644 --- a/panel/ui/vhost/users-edit.html +++ b/panel/ui/vhost/users-edit.html @@ -19,7 +19,7 @@ Password must be at least 8 characters with 12 or more being highly recommended.
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.
+Lower Case Letters, Upper Case Leters, Numbers, Puncuation/Special Characters.
Passwords 15 or more characters long do not have any complexity requirements.
diff --git a/panel/ui/vmail/mboxes-add.html b/panel/ui/vmail/mboxes-add.html index fd6c230..4dead6a 100644 --- a/panel/ui/vmail/mboxes-add.html +++ b/panel/ui/vmail/mboxes-add.html @@ -92,7 +92,7 @@ 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.
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.
+Lower Case Letters, Upper 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.
diff --git a/panel/ui/vmail/mboxes-edit.html b/panel/ui/vmail/mboxes-edit.html index dd69e50..08eebce 100644 --- a/panel/ui/vmail/mboxes-edit.html +++ b/panel/ui/vmail/mboxes-edit.html @@ -89,7 +89,7 @@

Password must be at least 8 characters with 12 or more being highly recommended.
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.
+Lower Case Letters, Upper 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.