Browse Source
the default is PASSWORD_ITERATIONS=600000
pull/3165/head
Helmut K. C. Tessarek
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.env.template
|
|
@ -300,7 +300,7 @@ |
|
|
|
|
|
|
|
## Number of server-side passwords hashing iterations for the password hash. |
|
|
|
## The default for new users. If changed, it will be updated during login for existing users. |
|
|
|
# PASSWORD_ITERATIONS=350000 |
|
|
|
# PASSWORD_ITERATIONS=600000 |
|
|
|
|
|
|
|
## Controls whether users can set password hints. This setting applies globally to all users. |
|
|
|
# PASSWORD_HINTS_ALLOWED=true |
|
|
|