From 9b83ed87a80311bbbed7d9f9f4c52392ee27f87a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 21 Jun 2017 20:03:52 +0200 Subject: [PATCH] Please cherry-pick: - added missing context parameter "is_user_name_required" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/web.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index b93a3749..ca595b6f 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -98,10 +98,15 @@ true - Whether the public user profile is enabled. + Whether the public user profile is enabled. If this option is enabled, the setting "is_user_name_required" must also be enabled as it is mandadory. is_public_profile_enabled true + + Whether user names are required for completing registration. + is_user_name_required + true + Minimum password score (default 50 may be to low) min_user_password_score -- 2.39.5