From 85eccba79151a545af1e7aa07f24cece9c5398bd Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 2 Feb 2016 14:06:53 +0000 Subject: [PATCH] Public name is mandatory not optional, update help text. --- templates/user/info.mako | 2 +- templates/user/username.mako | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/user/info.mako b/templates/user/info.mako index 5ecc1847c7a5..632ff29490f3 100644 --- a/templates/user/info.mako +++ b/templates/user/info.mako @@ -116,7 +116,7 @@ %else:
- Your public name is an optional identifier that will be used to generate addresses for information + Your public name is an identifier that will be used to generate addresses for information you share publicly. Public names must be at least three characters in length and contain only lower-case letters, numbers, and the '-' character.
diff --git a/templates/user/username.mako b/templates/user/username.mako index b2d218785ee5..118b2c6eb056 100644 --- a/templates/user/username.mako +++ b/templates/user/username.mako @@ -15,7 +15,7 @@
- Your public name is an optional identifier that will be used to generate addresses for information + Your public name is an identifier that will be used to generate addresses for information you share publicly. Public names must be at least four characters in length and contain only lower-case letters, numbers, and the '-' character.