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=435b048d42ded08638a3f67b973c55c8094f7856;p=jjobs-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 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