]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:38:51 +0000 (23:38 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 23 Jun 2017 21:39:40 +0000 (23:39 +0200)
- opps, must be prefixed with "is_feature_" and suffixed with "_enabled"

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index edbe14739a0b52a4acdc7e46616852ae4a138921..a55250bd4d9afd8b239ddedb2290f868947bdba3 100644 (file)
@@ -99,7 +99,7 @@
     </context-param>
     <context-param>
         <description>Whether user can leave both passwords empty on registration.</description>
-        <param-name>allow_user_registration_empty_password</param-name>
+        <param-name>is_feature_allow_user_registration_empty_password_enabled</param-name>
         <param-value>false</param-value>
     </context-param>
     <context-param>