make default password rules very permisive

This commit is contained in:
Henry Oswald 2015-04-28 17:42:30 +01:00
parent a1e24eb064
commit 11a5c009a6

View file

@ -170,11 +170,11 @@ module.exports =
# ----------- # -----------
# These restrict the passwords users can use when registering # These restrict the passwords users can use when registering
# opts are from http://antelle.github.io/passfield # opts are from http://antelle.github.io/passfield
passwordStrengthOptions: # passwordStrengthOptions:
pattern: "aA$3" # pattern: "aA$3"
length: # length:
min: 8 # min: 8
max: 50 # max: 50
# Email support # Email support
# ------------- # -------------