aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-03 11:07:34 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-03 11:07:34 +0200
commit170613848ad86cea1f140ed1cfdb55d581324ffb (patch)
treed129457d4a73d349965e781069a6bd87b8685050 /phpBB/language/en/cli.php
parent70349864273eae4ee689cb1302bc416f5c535d25 (diff)
downloadforums-170613848ad86cea1f140ed1cfdb55d581324ffb.tar
forums-170613848ad86cea1f140ed1cfdb55d581324ffb.tar.gz
forums-170613848ad86cea1f140ed1cfdb55d581324ffb.tar.bz2
forums-170613848ad86cea1f140ed1cfdb55d581324ffb.tar.xz
forums-170613848ad86cea1f140ed1cfdb55d581324ffb.zip
[ticket/15219] Add console command for updating hashes to bcrypt
PHPBB3-15219
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php2
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.