mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 18:02:55 +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
|
# 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
|
||||||
# -------------
|
# -------------
|
||||||
|
|
Loading…
Reference in a new issue