aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-06-03 11:13:03 +0200
committerMarc Alexander <admin@m-a-styles.de>2017-06-03 11:13:03 +0200
commit77d73678a1399f142aab4b7893962654541a171e (patch)
tree2f37334ec9d458aedffb2fa4c9698a7fee150f1a /phpBB/language/en/cli.php
parent8fd78e607dfa00b02a2b78b0272af0b2ba0b03a6 (diff)
parent170613848ad86cea1f140ed1cfdb55d581324ffb (diff)
downloadforums-77d73678a1399f142aab4b7893962654541a171e.tar
forums-77d73678a1399f142aab4b7893962654541a171e.tar.gz
forums-77d73678a1399f142aab4b7893962654541a171e.tar.bz2
forums-77d73678a1399f142aab4b7893962654541a171e.tar.xz
forums-77d73678a1399f142aab4b7893962654541a171e.zip
Merge branch 'ticket/15219' into ticket/15219-rhea
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 2f969ceede..1517e0e344 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -91,6 +91,8 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_UPDATE_CHECK_OPTION_CACHE' => 'Run check command with cache.',
'CLI_DESCRIPTION_UPDATE_CHECK_OPTION_STABILITY' => 'Run command choosing to check only stable or unstable versions.',
+ 'CLI_DESCRIPTION_UPDATE_HASH_BCRYPT' => 'Updates outdated password hashes to be hashed with bcrypt.',
+
'CLI_ERROR_INVALID_STABILITY' => '"%s" needs to be set to "stable" or "unstable".',
'CLI_DESCRIPTION_USER_ACTIVATE' => 'Activate (or deactivate) a user account.',
@@ -125,6 +127,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.',
'CLI_MIGRATION_NAME' => 'Migration name, including the namespace (use forward slashes instead of backslashes to avoid problems).',
'CLI_MIGRATIONS_AVAILABLE' => 'Available migrations',