diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2017-06-06 09:33:22 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2017-06-06 09:33:22 +0200 |
| commit | 1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed (patch) | |
| tree | ad77bf8483acd06ef0d41e543fea7ed780029c33 /phpBB/language | |
| parent | 34fb146ab5c5e5c52541a5c8191043a94bfa0cd1 (diff) | |
| parent | 77d73678a1399f142aab4b7893962654541a171e (diff) | |
| download | forums-1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed.tar forums-1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed.tar.gz forums-1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed.tar.bz2 forums-1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed.tar.xz forums-1571c76ccd870bce9527a3c02c0c1a88e0e3b9ed.zip | |
Merge pull request #4826 from marc1706/ticket/15219-rhea
[ticket/15219] Update hashes to bcrypt with cron -- Rhea
* 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 | 3 |
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', |
