add warnings to min/max username length

This commit is contained in:
Jeff Atwood 2014-08-04 16:50:43 -07:00
parent 6fb683ff9a
commit 0d154ecf7b
1 changed files with 2 additions and 2 deletions

View File

@ -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."