update bcrypt-cost comments to add highest possible value

This commit is contained in:
Rys Sommefeldt 2025-12-20 00:53:17 +00:00
parent d5fb189a55
commit 6706f52aaf
2 changed files with 2 additions and 2 deletions

View file

@ -425,7 +425,7 @@ accounts:
max-attempts: 30 max-attempts: 30
# this is the bcrypt cost we'll use for account passwords # this is the bcrypt cost we'll use for account passwords
# (note that 4 is the lowest value allowed by the bcrypt library) # (note that 4 is the lowest and 31 is the highest value allowed by the bcrypt library)
bcrypt-cost: 4 bcrypt-cost: 4
# length of time a user has to verify their account before it can be re-registered # length of time a user has to verify their account before it can be re-registered

View file

@ -397,7 +397,7 @@ accounts:
max-attempts: 30 max-attempts: 30
# this is the bcrypt cost we'll use for account passwords # this is the bcrypt cost we'll use for account passwords
# (note that 4 is the lowest value allowed by the bcrypt library) # (note that 4 is the lowest and 31 is the highest value allowed by the bcrypt library)
bcrypt-cost: 4 bcrypt-cost: 4
# length of time a user has to verify their account before it can be re-registered # length of time a user has to verify their account before it can be re-registered