From: Roland Häder <roland@mxchange.org>
Date: Wed, 21 Jun 2017 18:03:52 +0000 (+0200)
Subject: Please cherry-pick:
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c05ce9a8d0fbbdbeaf4b836762304d627c0a401f;p=jjobs-war.git

Please cherry-pick:
- added missing context parameter "is_user_name_required"

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml
index 8b472b45..57343e08 100644
--- a/web/WEB-INF/web.xml
+++ b/web/WEB-INF/web.xml
@@ -103,10 +103,15 @@
         <param-value>true</param-value>
     </context-param>
     <context-param>
-        <description>Whether the public user profile is enabled.</description>
+        <description>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.</description>
         <param-name>is_public_profile_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
+    <context-param>
+        <description>Whether user names are required for completing registration.</description>
+        <param-name>is_user_name_required</param-name>
+        <param-value>true</param-value>
+    </context-param>
     <context-param>
         <description>Minimum password score (default 50 may be to low)</description>
         <param-name>min_user_password_score</param-name>