From 9f70a17cb0e13fc1838c5c067f4a34baaf25774c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 9 Jun 2017 20:52:34 +0200 Subject: [PATCH] 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) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/base.tpl | 4 ++-- web/WEB-INF/web.xml | 41 +++++++++++++++++++--------------- 2 files changed, 25 insertions(+), 20 deletions(-) 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 -- 2.39.5