<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>
<description>Whether "resend confirmation link" is enabled.</description>
<param-name>is_feature_user_resend_confirmation_link_enabled</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
- <description>Feature: Users must change password after login (with current password). Administrators can enforce this.</description>
+ <description>Whether users must change password after login (with current password). Administrators can enforce this.</description>
<param-name>is_feature_user_must_change_password_enabled</param-name>
<param-value>true</param-value>
</context-param>
<param-value>true</param-value>
</context-param>
<context-param>
- <description>Maximum passwords that must be different.</description>
- <param-name>max_user_password_history</param-name>
- <param-value>5</param-value>
- </context-param>
- <context-param>
- <param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
+ <description>Whether users can change their email address.</description>
+ <param-name>is_feature_user_must_change_email_address_enabled</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
- <description>Whether debugging of registration form is enabled.</description>
- <param-name>is_debug_register_enabled</param-name>
+ <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 users can change their email address.</description>
- <param-name>is_feature_user_must_change_email_address_enabled</param-name>
+ <description>Whether the can change email address.</description>
+ <param-name>is_feature_user_change_email_address_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>true</param-value>
</context-param>
<context-param>
<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>
+ <description>Maximum passwords that must be different.</description>
+ <param-name>max_user_password_history</param-name>
+ <param-value>5</param-value>
+ </context-param>
+ <context-param>
+ <description>Whether debugging of registration form is enabled.</description>
+ <param-name>is_debug_register_enabled</param-name>
<param-value>false</param-value>
</context-param>
+ <context-param>
+ <param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
+ <param-value>true</param-value>
+ </context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>