From: Roland Häder Date: Fri, 29 Jul 2016 15:52:21 +0000 (+0200) Subject: Continued (please cherry-pick) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19ded1786e185e59d722ae34ac5bcf77e14671d6;p=jjobs-war.git Continued (please cherry-pick) - fixed feature config entry is_feature_foo_enabled is the pattern Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index aa65497c..4f4b592f 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -3,8 +3,18 @@ An application for handling and sending out applications to companies. JJobs v1.0 - Whether debug mode is for registration controller enabled. - is_debug_register_enabled + Whether the multi-page registration page or a single registration page is active + is_feature_user_register_multiple_page_enabled + true + + + Whether a user name is required for this application. + is_feature_user_name_required_enabled + true + + + Whether the public user profile is enabled. + is_public_profile_enabled false