diff --git a/services/web/config/settings.defaults.coffee b/services/web/config/settings.defaults.coffee index 774ff6aeb5..2e951e2251 100644 --- a/services/web/config/settings.defaults.coffee +++ b/services/web/config/settings.defaults.coffee @@ -170,11 +170,11 @@ module.exports = # ----------- # These restrict the passwords users can use when registering # opts are from http://antelle.github.io/passfield - passwordStrengthOptions: - pattern: "aA$3" - length: - min: 8 - max: 50 + # passwordStrengthOptions: + # pattern: "aA$3" + # length: + # min: 8 + # max: 50 # Email support # -------------