<param-name>is_feature_user_must_change_email_address_enabled</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>
- <param-value>50</param-value>
- </context-param>
<context-param>
<description>Whether user registration page is in index or own page.</description>
<param-name>is_feature_user_registration_in_index_enabled</param-name>
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <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>
+ <param-value>50</param-value>
+ </context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>