]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2017 18:03:52 +0000 (20:03 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 21 Jun 2017 18:05:25 +0000 (20:05 +0200)
- added missing context parameter "is_user_name_required"

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index 8b472b4523a52a6ca25bc62c44e27c507181249d..57343e081f42749b28f1063a22f8488883a16a80 100644 (file)
         <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>