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