diff options
| author | 2015-01-26 10:46:29 +0100 | |
|---|---|---|
| committer | 2015-01-26 10:47:09 +0100 | |
| commit | ec75139939780810f43f4e85fbf37de2409fe584 (patch) | |
| tree | b0dc7cdf27dad376c6fdfb8f271c6334742bc8d0 /app/i18n/en/install.php | |
| parent | 65fb4ac1fdc41f91c190b5fa82ed2f9ce2817fe5 (diff) | |
Give indication on password format
Fix https://github.com/FreshRSS/FreshRSS/issues/769
Diffstat (limited to 'app/i18n/en/install.php')
| -rw-r--r-- | app/i18n/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index e8073e8b6..2bc6bd38f 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -12,6 +12,7 @@ return array( 'http' => 'HTTP (for advanced users with HTTPS)', 'none' => 'None (dangerous)', 'password_form' => 'Password<br /><small>(for the Web-form login method)</small>', + 'password_format' => 'At least 7 characters', 'persona' => 'Mozilla Persona (modern, requires JavaScript)', 'type' => 'Authentication method', ), |
