X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=f6aae47aebbbb75737f4cf666477b9476fa33695;hb=4dbc87c422801f4525830385e2845046931d984d;hp=57343e081f42749b28f1063a22f8488883a16a80;hpb=c05ce9a8d0fbbdbeaf4b836762304d627c0a401f;p=jjobs-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 57343e08..f6aae47a 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -3,7 +3,12 @@ An application for handling and sending out applications to companies. JJobs v1.0 - Project stage. + Generic custom JSF tags library + javax.faces.FACELETS_LIBRARIES + /WEB-INF/widgets.jsf.taglib.xml + + + Project stage javax.faces.PROJECT_STAGE Development @@ -12,6 +17,11 @@ javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE true + + All empty strings should be converted to null. + javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL + true + Whether the multi-page registration page or a single registration page is active is_feature_user_register_multiple_page_enabled @@ -19,7 +29,7 @@ Whether a user name is required for this application. - is_feature_user_name_required_enabled + is_feature_user_login_require_user_name_enabled true @@ -43,14 +53,14 @@ true - Wether the personal title is required for using the general contact controller. + Whether the personal title is required for using the general contact controller. is_feature_general_personal_title_enabled true 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 +88,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,18 +108,33 @@ false - Whether the can change email address. - is_feature_user_change_email_address_enabled + Whether user can leave both passwords empty on registration. + is_feature_allow_user_registration_empty_password_enabled + false + + + Whether business contacts are used in this project. + is_feature_business_contacts_enabled true - 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. + 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_login_require_user_name" must also be enabled as it is mandadory. is_public_profile_enabled true Whether user names are required for completing registration. - is_user_name_required + is_user_login_require_user_name true @@ -117,32 +142,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 +175,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