X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=f6aae47aebbbb75737f4cf666477b9476fa33695;hb=4dbc87c422801f4525830385e2845046931d984d;hp=edbe14739a0b52a4acdc7e46616852ae4a138921;hpb=515d06c520c11b9148eeb3dd7f628a44823e4be6;p=jjobs-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index edbe1473..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,7 +53,7 @@ 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 @@ -99,9 +109,14 @@ Whether user can leave both passwords empty on registration. - allow_user_registration_empty_password + is_feature_allow_user_registration_empty_password_enabled false + + Whether business contacts are used in this project. + is_feature_business_contacts_enabled + true + Maximum passwords that must be different. max_user_password_history @@ -113,13 +128,13 @@ 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. + 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