mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Merge 6706f52aaf into d5fb189a55
This commit is contained in:
commit
e75b227056
2 changed files with 2 additions and 2 deletions
|
|
@ -425,7 +425,7 @@ accounts:
|
|||
max-attempts: 30
|
||||
|
||||
# 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
|
||||
|
||||
# length of time a user has to verify their account before it can be re-registered
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@ accounts:
|
|||
max-attempts: 30
|
||||
|
||||
# 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
|
||||
|
||||
# length of time a user has to verify their account before it can be re-registered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue