From 19ded1786e185e59d722ae34ac5bcf77e14671d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 29 Jul 2016 17:52:21 +0200 Subject: [PATCH] Continued (please cherry-pick) - fixed feature config entry is_feature_foo_enabled is the pattern MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/web.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 -- 2.39.5