mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15646] Made Argon2i the default password driver
PHPBB3-15646
This commit is contained in:
parent
2ff5871ff4
commit
5de4780753
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ parameters:
|
|||
|
||||
# List of default password driver types
|
||||
passwords.algorithms:
|
||||
- passwords.driver.argon2i
|
||||
- passwords.driver.bcrypt_2y
|
||||
- passwords.driver.bcrypt
|
||||
- passwords.driver.salted_md5
|
||||
|
|
Loading…
Add table
Reference in a new issue