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