This commit is contained in:
Rys Sommefeldt 2025-12-20 00:58:45 +00:00 committed by GitHub
commit e75b227056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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