change default bcrypt rounds to 12, to match default in AuthenticationManager

This commit is contained in:
Brian Gough 2016-06-17 13:50:32 +01:00
parent 98a0c54004
commit 0906bef5f9

View file

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