]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Let's keep all pieces together (all enabled)
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:33:13 +0000 (21:33 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 19:33:13 +0000 (21:33 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index 9650b07636c08aebd5b35d4e09a0f293cbe3985e..6b084c2ddae620360992188d94f26147fb4403e2 100644 (file)
@@ -15,7 +15,7 @@
     <context-param>
         <description>Whether the public user profile is enabled.</description>
         <param-name>is_public_profile_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether "resend confirmation link" is enabled.</description>
@@ -30,7 +30,7 @@
     <context-param>
         <description>Whether registration page is enabled.</description>
         <param-name>is_feature_user_registration_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether the guest menu is enabled/shown to the user.</description>
@@ -40,7 +40,7 @@
     <context-param>
         <description>Whether recovery of user passwords is enabled.</description>
         <param-name>is_feature_user_password_recovery_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Wether the gender is required for using the general contact controller.</description>
     <context-param>
         <description>Whether gender is required for administrative contact controller.</description>
         <param-name>is_feature_admin_gender_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether users are allowed to edit their user data.</description>
         <param-name>is_feature_user_edit_data_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether the user list is accessible and visible.</description>
         <param-name>is_feature_user_list_enabled</param-name>
-        <param-value>false</param-value>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
         <description>Whether imprint page is enabled.</description>