From ec75139939780810f43f4e85fbf37de2409fe584 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 26 Jan 2015 10:46:29 +0100 Subject: Give indication on password format Fix https://github.com/FreshRSS/FreshRSS/issues/769 --- app/i18n/en/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/en/install.php') 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
(for the Web-form login method)', + 'password_format' => 'At least 7 characters', 'persona' => 'Mozilla Persona (modern, requires JavaScript)', 'type' => 'Authentication method', ), -- cgit v1.2.3