]> git.mxchange.org Git - jfinancials-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:38:51 +0000 (23:38 +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 cb0e2256c02e7e7bc87d1db4e3d17f4d96242499..54da423aa101950750ea62e8a4b8d10a1aa71d8a 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>