From 54541608ac979dfc6044c89cb30493704dcc94c8 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 21 Aug 2013 16:04:18 +0200 Subject: Fix issue #127 : ajout système de token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout du système de token pour accéder aux flux RSS même quand la connexion a été paramétrée. Pour l'utiliser, il faut simplement ajouter le paramètre ?token= à l'url --- app/i18n/en.php | 2 ++ app/i18n/fr.php | 2 ++ 2 files changed, 4 insertions(+) (limited to 'app/i18n') diff --git a/app/i18n/en.php b/app/i18n/en.php index 61bf57e4e..a5b331e41 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -151,6 +151,8 @@ return array ( 'month' => 'months', 'persona_connection_email' => 'Login mail address (use Persona)', 'allow_anonymous' => 'Allow anonymous reading', + 'auth_token' => 'Authentication token', + 'explain_token' => 'This token allows to avoid authentication by adding it to URL (eg. %s?token=<your_token>). RSS output only.', 'reading_configuration' => 'Reading configuration', 'articles_per_page' => 'Number of articles per page', 'default_view' => 'Default view', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 0f14c0700..071cb8dd4 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -151,6 +151,8 @@ return array ( 'month' => 'mois', 'persona_connection_email' => 'Adresse mail de connexion (utilise Persona)', 'allow_anonymous' => 'Autoriser la lecture anonyme', + 'auth_token' => 'Jeton d\'identification', + 'explain_token' => 'Ce jeton permet de s\'affranchir d\'authentification en l\'ajoutant à l\'URL (ex. %s?token=<votre_token>). Seul la sortie RSS est concernée.', 'reading_configuration' => 'Configuration de lecture', 'articles_per_page' => 'Nombre d\'articles par page', 'default_view' => 'Vue par défaut', -- cgit v1.2.3