From 9e9de88a778038d1c56897f1853dd9ef72807e6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Jun 2017 23:38:51 +0200 Subject: [PATCH] Please cherry-pick: - opps, must be prefixed with "is_feature_" and suffixed with "_enabled" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index edbe1473..a55250bd 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -99,7 +99,7 @@ Whether user can leave both passwords empty on registration. - allow_user_registration_empty_password + is_feature_allow_user_registration_empty_password_enabled false -- 2.39.5