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/de/install.php | 1 + app/i18n/en/install.php | 1 + app/i18n/fr/install.php | 1 + app/install.php | 1 + 4 files changed, 4 insertions(+) diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php index 1e324251a..e9267bbbd 100644 --- a/app/i18n/de/install.php +++ b/app/i18n/de/install.php @@ -12,6 +12,7 @@ return array( 'http' => 'HTTP (HTTPS für erfahrene Benutzer)', 'none' => 'Keine (gefährlich)', 'password_form' => 'Passwort
(für die Anmeldemethode per Webformular)', + 'password_format' => 'mindestens 7 Zeichen', 'persona' => 'Mozilla Persona (modern, benötigt JavaScript)', 'type' => 'Authentifizierungsmethode', ), 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', ), diff --git a/app/i18n/fr/install.php b/app/i18n/fr/install.php index d1b78ffb6..1aa4854ef 100644 --- a/app/i18n/fr/install.php +++ b/app/i18n/fr/install.php @@ -12,6 +12,7 @@ return array( 'http' => 'HTTP (pour utilisateurs avancés avec HTTPS)', 'none' => 'Aucune (dangereux)', 'password_form' => 'Mot de passe
(pour connexion par formulaire)', + 'password_format' => 'Minimum 7 caractères', 'persona' => 'Mozilla Persona (moderne, requiert JavaScript)', 'type' => 'Méthode d’authentification', ), diff --git a/app/install.php b/app/install.php index eb2f764f9..177173fdb 100644 --- a/app/install.php +++ b/app/install.php @@ -598,6 +598,7 @@ function printStep2() { /> + -- cgit v1.2.3