Browse Source

the default is PASSWORD_ITERATIONS=600000

pull/3165/head
Helmut K. C. Tessarek 3 years ago
committed by GitHub
parent
commit
458954339d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .env.template

2
.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

Loading…
Cancel
Save