From bd76b4165e18014d7a2184fe2d166ce7db5dd441 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 21 Jun 2017 20:21:56 +0200 Subject: [PATCH] updated web.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/web.xml | 50 ++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 57343e08..e26eb847 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -50,7 +50,7 @@ Whether personal title is required for administrative contact controller. is_feature_admin_personal_title_enabled - false + true Whether users are allowed to edit their user data. @@ -78,7 +78,7 @@ true - Whether users must change password after login (with current password). Administrators can enforce this. + Feature: Users must change password after login (with current password). Administrators can enforce this. is_feature_user_must_change_password_enabled true @@ -98,9 +98,14 @@ false - Whether the can change email address. - is_feature_user_change_email_address_enabled - true + Maximum passwords that must be different. + max_user_password_history + 5 + + + Whether debugging of registration form is enabled. + is_debug_register_enabled + false Whether the public user profile is enabled. If this option is enabled, the setting "is_user_name_required" must also be enabled as it is mandadory. @@ -117,32 +122,31 @@ min_user_password_score 50 - - Maximum passwords that must be different. - max_user_password_history - 5 - - - Whether debugging of registration form is enabled. - is_debug_register_enabled - false - Faces Servlet javax.faces.webapp.FacesServlet 1 + + pdf + org.mxchange.pizzaapplication.servlet.receipt.PizzaPdfReceiptServlet + Faces Servlet /faces/* + + tpl + text/plain + + + pdf + /customer/recipt.pdf + 30 - - true - faces/index.xhtml @@ -151,24 +155,20 @@ AdminConstraint admin - Administrative area + Administrative Area /faces/admin/* - Admin authentication + Administrative Area Login admin - - tpl - text/plain - BASIC file - Administrativre rule + Administrative role admin -- 2.39.2