]> git.mxchange.org Git - jjobs-war.git/commitdiff
Continued (please cherry-pick)
authorRoland Häder <roland@mxchange.org>
Fri, 29 Jul 2016 15:52:21 +0000 (17:52 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 6 Aug 2016 22:14:37 +0000 (00:14 +0200)
- fixed feature config entry is_feature_foo_enabled is the pattern

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

index aa65497ccda2bfd1a5cad8e5a0a295894dce8dbd..4f4b592ffaccb8515cb3b8649cfac5dc1f57f3d3 100644 (file)
@@ -3,8 +3,18 @@
     <description>An application for handling and sending out applications to companies.</description>
     <display-name>JJobs v1.0</display-name>
     <context-param>
-        <description>Whether debug mode is for registration controller enabled.</description>
-        <param-name>is_debug_register_enabled</param-name>
+        <description>Whether the multi-page registration page or a single registration page is active</description>
+        <param-name>is_feature_user_register_multiple_page_enabled</param-name>
+        <param-value>true</param-value>
+    </context-param>
+    <context-param>
+        <description>Whether a user name is required for this application.</description>
+        <param-name>is_feature_user_name_required_enabled</param-name>
+        <param-value>true</param-value>
+    </context-param>
+    <context-param>
+        <description>Whether the public user profile is enabled.</description>
+        <param-name>is_public_profile_enabled</param-name>
         <param-value>false</param-value>
     </context-param>
     <context-param>