From: Michael Tremer Date: Tue, 12 Nov 2019 10:36:12 +0000 (+0000) Subject: people: Clarify UID requirements X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d4d4ce72567d279bc94236cfade873e4d15e232;p=ipfire.org.git people: Clarify UID requirements Signed-off-by: Michael Tremer --- diff --git a/src/templates/auth/register.html b/src/templates/auth/register.html index af817fca..6b252784 100644 --- a/src/templates/auth/register.html +++ b/src/templates/auth/register.html @@ -24,12 +24,12 @@ -
- {{ _("This username is invalid. Please choose a user name in UNIX format starting with a letter, followed by ASCII characters and digits only.") }} -
-
- {{ _("This username is not available.") }} -
+ +
+ {{ _("Please choose a username in UNIX format: Starting with a lowercase letter, followed by only lowercase ASCII characters and digits only.") }} +
+
+ {{ _("This username is not available.") }}