X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fweb.xml;h=0f912c06f82dc283337502ad141354ce92aadfac;hb=ac2824f5899ef964b9dfb263757fc4e5a91f94dc;hp=a55250bd4d9afd8b239ddedb2290f868947bdba3;hpb=9e9de88a778038d1c56897f1853dd9ef72807e6f;p=jjobs-war.git diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index a55250bd..0f912c06 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -3,7 +3,37 @@ An application for handling and sending out applications to companies. JJobs v1.0 - Project stage. + Name of this project. + project_title + JJobs + + + PrimeFaces theme + primefaces.THEME + bootstrap + + + Whether PrimeFaces should collect all scripts and bundle it automatically. + primefaces.COLLECT_SCRIPTS + true + + + Refresh period of facelets. + javax.faces.FACELETS_REFRESH_PERIOD + -1 + + + Development mode for WELD, keep disabled unless really needed. Currently it messes up the website. + org.jboss.weld.development + false + + + Generic custom JSF tags library + javax.faces.FACELETS_LIBRARIES + /WEB-INF/widgets.jsf.taglib.xml;/WEB-INF/validators.jsf.taglib.xml;/WEB-INF/links.jsf.taglib.xml;/WEB-INF/project-links.jsf.taglib.xml + + + Project stage javax.faces.PROJECT_STAGE Development @@ -12,6 +42,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 +54,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 @@ -37,13 +72,18 @@ is_feature_guest_menu_enabled true + + Whether the guest's index content is shown + is_feature_guest_index_content_enabled + true + Whether recovery of user passwords is enabled. is_feature_user_password_recovery_enabled 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 @@ -98,10 +138,25 @@ false - Whether user can leave both passwords empty on registration. + Whether user can leave both passwords empty on registration. Then a random password will be created. is_feature_allow_user_registration_empty_password_enabled false + + Whether business contacts are used in this project. + is_feature_basic_data_enabled + true + + + Whether company employees are used in this project. Maybe used in conjuction with business contacts only. + is_feature_company_employee_enabled + true + + + 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_feature_public_user_profile_enabled + true + Maximum passwords that must be different. max_user_password_history @@ -112,14 +167,9 @@ 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. - is_public_profile_enabled - true - Whether user names are required for completing registration. - is_user_name_required + is_user_login_require_user_name true