From 0d154ecf7b8ba3d5ec879ade6556019f74ceb4c5 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 4 Aug 2014 16:50:43 -0700 Subject: [PATCH] add warnings to min/max username length --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index f3e1c694165..1931912839f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -757,8 +757,8 @@ en: login_required: "Require authentication to read content on this site, disallow anonymous access." - min_username_length: "Minimum username length in characters." - max_username_length: "Maximum username length in characters." + min_username_length: "Minimum username length in characters. WARNING: ANY EXISTING USERS WITH NAMES SHORTER THAN THIS WILL BE UNABLE TO ACCESS THE SITE." + max_username_length: "Maximum username length in characters. WARNING: ANY EXISTING USERS WITH NAMES LONGER THAN THIS WILL BE UNABLE TO ACCESS THE SITE." min_password_length: "Minimum password length." block_common_passwords: "Don't allow passwords that are in the 10,000 most common passwords."