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
# 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
# -------------