<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>
<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 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>