mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:51:11 +00:00
make default password rules very permisive
This commit is contained in:
parent
a1e24eb064
commit
11a5c009a6
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
# -------------
|
||||
|
|
Loading…
Reference in a new issue