diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2017-06-06 09:32:45 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2017-06-06 09:32:45 +0200 |
| commit | 2a49420124498be26c678e976f9d17ab73928ca9 (patch) | |
| tree | 6f83a63f877116013aee7eca52742ffb9a763b66 /phpBB/language | |
| parent | 05a8baffdbb8bcca05ab927b11f687de99ac7ea9 (diff) | |
| parent | 170613848ad86cea1f140ed1cfdb55d581324ffb (diff) | |
| download | forums-2a49420124498be26c678e976f9d17ab73928ca9.tar forums-2a49420124498be26c678e976f9d17ab73928ca9.tar.gz forums-2a49420124498be26c678e976f9d17ab73928ca9.tar.bz2 forums-2a49420124498be26c678e976f9d17ab73928ca9.tar.xz forums-2a49420124498be26c678e976f9d17ab73928ca9.zip | |
Merge pull request #4825 from marc1706/ticket/15219
[ticket/15219] Update hashes to bcrypt with cron
* github.com:phpbb/phpbb:
[ticket/15219] Add console command for updating hashes to bcrypt
[ticket/15219] Add missing space
[ticket/15219] Update hashes to bcrypt with cron
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/cli.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php index 6989f26f72..27e72d5ccd 100644 --- a/phpBB/language/en/cli.php +++ b/phpBB/language/en/cli.php @@ -64,6 +64,7 @@ $lang = array_merge($lang, array( 'CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH' => 'Recalculates the user_email_hash column of the users table.', 'CLI_DESCRIPTION_SET_ATOMIC_CONFIG' => 'Sets a configuration option’s value only if the old matches the current value', 'CLI_DESCRIPTION_SET_CONFIG' => 'Sets a configuration option’s value', + 'CLI_DESCRIPTION_UPDATE_HASH_BCRYPT' => 'Updates outdated password hashes to be hashed with bcrypt.', 'CLI_EXTENSION_DISABLE_FAILURE' => 'Could not disable extension %s', 'CLI_EXTENSION_DISABLE_SUCCESS' => 'Successfully disabled extension %s', @@ -78,6 +79,7 @@ $lang = array_merge($lang, array( 'CLI_EXTENSIONS_ENABLED' => 'Enabled', 'CLI_FIXUP_RECALCULATE_EMAIL_HASH_SUCCESS' => 'Successfully recalculated all email hashes.', + 'CLI_FIXUP_UPDATE_HASH_BCRYPT_SUCCESS' => 'Successfully updated outdated password hashes to bcrypt.' )); // Additional help for commands. |
