From cae28ff77f6f9bbb12c0fc402448645fcff365ac Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 7 Feb 2017 10:08:35 -0800 Subject: [PATCH] add warning to min/max username fields --- 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 8359a0577b..3b82580cea 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1037,8 +1037,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: if any existing users or groups have names shorter than this, your site will break!" + max_username_length: "Maximum username length in characters. WARNING: if any existing users or groups have names longer than this, your site will break!" reserved_usernames: "Usernames for which signup is not allowed."