mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:23:59 +00:00
change default bcrypt rounds to 12, to match default in AuthenticationManager
This commit is contained in:
parent
98a0c54004
commit
0906bef5f9
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ module.exports =
|
|||
# --------
|
||||
security:
|
||||
sessionSecret: sessionSecret
|
||||
bcryptRounds: 14
|
||||
bcryptRounds: 12 # number of rounds used to hash user passwords (raised to power 2)
|
||||
|
||||
httpAuthUsers: httpAuthUsers
|
||||
|
||||
|
|
Loading…
Reference in a new issue