1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15219] Add console command for updating hashes to bcrypt

PHPBB3-15219
This commit is contained in:
Marc Alexander
2017-06-03 11:07:34 +02:00
parent 7034986427
commit 170613848a
3 changed files with 131 additions and 0 deletions

View File

@@ -139,3 +139,15 @@ services:
- @dbal.conn
tags:
- { name: console.command }
console.command.fixup.update_hashes:
class: phpbb\console\command\fixup\update_hashes
arguments:
- @config
- @user
- @dbal.conn
- @passwords.manager
- @passwords.driver_collection
- %passwords.algorithms%
tags:
- { name: console.command }