From 435b048d42ded08638a3f67b973c55c8094f7856 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 | 39 +++++++++++++++++++++------------- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 44b69f13..05de07c6 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 524b7f1d..5a768a25 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -17,11 +17,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 @@ -98,7 +93,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 @@ -108,18 +103,23 @@ true - Maximum passwords that must be different. - max_user_password_history - 5 + 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 @@ -128,10 +128,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