From 40d397e27896725034d8cff7985ef57b200fe221 Mon Sep 17 00:00:00 2001 From: Sam Date: Fri, 23 May 2014 11:36:35 +1000 Subject: [PATCH] FEATURE: Unhide max username length --- config/locales/server.en.yml | 1 + config/site_settings.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index cd0f66b9908..37ea4777329 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -711,6 +711,7 @@ en: login_required: "Require authentication to read posts" min_username_length: "Minimum username length. (Does not apply if global nickname uniqueness is forced)" + max_username_length: "Maximum username length. (Does not apply if global nickname uniqueness is forced)" min_password_length: "Minimum password length." block_common_passwords: "Don't allow passwords that are in the 10000 most common passwords." diff --git a/config/site_settings.yml b/config/site_settings.yml index f99260cea35..abcb80e4e11 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -108,7 +108,6 @@ users: max_username_length: client: true default: 20 - hidden: true min_password_length: client: true default: 8