From: Roland Häder Date: Fri, 9 Jun 2017 18:52:34 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f70a17cb0e13fc1838c5c067f4a34baaf25774c;p=jfinancials-war.git Please cherry-pick: - used h:panelGroup instead of div - sorted context parameters in web.xml - added missing (somehow) user_must_change_email_address feature flag (enabled) Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index eedc6614..cc84a604 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -35,7 +35,7 @@ -
+
Default content header
@@ -47,7 +47,7 @@ -
+
diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 936e772f..4ab43f24 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -12,11 +12,6 @@ is_feature_user_name_required_enabled true - - Whether the public user profile is enabled. - is_public_profile_enabled - true - Whether "resend confirmation link" is enabled. is_feature_user_resend_confirmation_link_enabled @@ -78,7 +73,7 @@ true - Feature: Users must change password after login (with current password). Administrators can enforce this. + Whether users must change password after login (with current password). Administrators can enforce this. is_feature_user_must_change_password_enabled true @@ -88,22 +83,23 @@ true - Maximum passwords that must be different. - max_user_password_history - 5 - - - javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE + Whether users can change their email address. + is_feature_user_must_change_email_address_enabled true - Whether debugging of registration form is enabled. - is_debug_register_enabled + Whether user registration page is in index or own page. + is_feature_user_registration_in_index_enabled false - Whether users can change their email address. - is_feature_user_must_change_email_address_enabled + Whether the can change email address. + is_feature_user_change_email_address_enabled + true + + + Whether the public user profile is enabled. + is_public_profile_enabled true @@ -112,10 +108,19 @@ 50 - Whether user registration page is in index or own page. - is_feature_user_registration_in_index_enabled + Maximum passwords that must be different. + max_user_password_history + 5 + + + Whether debugging of registration form is enabled. + is_debug_register_enabled false + + javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE + true + Faces Servlet javax.faces.webapp.FacesServlet