X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=ab9fb01d04e897e3276395909dcc2626b61335fb;hb=1d74c2c08b6c7d6e701f67d7262252fd763974a0;hp=edbe14739a0b52a4acdc7e46616852ae4a138921;hpb=515d06c520c11b9148eeb3dd7f628a44823e4be6;p=jjobs-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index edbe1473..ab9fb01d 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -12,6 +12,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 +24,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 +48,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 +104,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 +123,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