]> git.mxchange.org Git - pizzaservice-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:50 +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 55067665dc1d2102d5b213fbecb2c3cea4af4215..6efce9f51685c8aae0a8ad0ae200be3b978ed0a9 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>