1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Merge pull request #2905 from nicofrand/patch-1

Alert that 2FA must be authorized in app/config/parameters.yml
This commit is contained in:
Nicolas Lœuillet 2017-02-20 08:27:26 +01:00 committed by GitHub
commit 48be826ea9
4 changed files with 14 additions and 9 deletions

View file

@ -68,6 +68,8 @@ Zwei-Faktor-Authentifizierung (2FA)
https://de.wikipedia.org/wiki/Zwei-Faktor-Authentifizierung https://de.wikipedia.org/wiki/Zwei-Faktor-Authentifizierung
**Warnung:** Das Aktivieren von 2FA über das Konfigurations-Interface ist nur möglich, wenn vorher in der `app/config/parameters.yml` die `twofactor_auth`-Eigenschaft auf `true` gesetzt wurde (nach der Konfiguration das Leeren des Cache mit `php bin/console cache:clear -e=prod` nicht vergessen).
Wenn du 2FA aktivierst, erhälst du jedes Mal, wenn du dich bei wallabag einloggen willst, einen Code per Wenn du 2FA aktivierst, erhälst du jedes Mal, wenn du dich bei wallabag einloggen willst, einen Code per
Mail. Du musst den Code in das folgende Formular eingeben. Mail. Du musst den Code in das folgende Formular eingeben.

View file

@ -70,6 +70,8 @@ Two factor authentication (2FA)
https://en.wikipedia.org/wiki/Two-factor_authentication https://en.wikipedia.org/wiki/Two-factor_authentication
**Warning**: enabling 2FA from the configuration interface is only possible if it has been authorized before in `app/config/parameters.yml` by setting the *twofactor_auth* property to `true` (do not forget to run `php bin/console cache:clear -e=prod` after modification).
If you enable 2FA, each time you want to login to wallabag, you'll receive If you enable 2FA, each time you want to login to wallabag, you'll receive
a code by email. You have to put this code on the following form. a code by email. You have to put this code on the following form.

View file

@ -71,6 +71,8 @@ Double authentification (2FA)
https://fr.wikipedia.org/wiki/Authentification_forte https://fr.wikipedia.org/wiki/Authentification_forte
**Attention**: l'activation de la 2FA depuis l'interface de configuration n'est possible que si elle a au préalable été autorisée dans `app/config/parameters.yml` en passant la propriété *twofactor_auth* à `true` (n'oubliez pas d'exécuter `php bin/console cache:clear -e=prod` après modification).
Si vous activez 2FA, à chaque tentative de connexion à wallabag, vous recevrez Si vous activez 2FA, à chaque tentative de connexion à wallabag, vous recevrez
un code par email. Vous devez renseigner ce code dans le formulaire suivant : un code par email. Vous devez renseigner ce code dans le formulaire suivant :

View file

@ -51,6 +51,8 @@ L'autenticazione a due fattori (conosciuta anche come 2FA) é una tecnologia bre
https://it.wikipedia.org/wiki/Autenticazione_a_due_fattori https://it.wikipedia.org/wiki/Autenticazione_a_due_fattori
**Attenzione**: abilitare la 2FA dall'interfaccia di configurazione è possibile solamente se ciò è stato abilitato precedentemente in app/config/parameters.yml impostando la proprietà twofactor_auth su true (non dimenticate di eseguire il comando `php bin/console cache:clear -e=prod` dopo la modifica).
Se abilitate la 2FA, ogni volta che vogliate accedere a wallabag, riceverete un codice via email. Dovrete inserire il codice nel seguente modulo. Se abilitate la 2FA, ogni volta che vogliate accedere a wallabag, riceverete un codice via email. Dovrete inserire il codice nel seguente modulo.
.. image:: ../../img/user/2FA_form.png .. image:: ../../img/user/2FA_form.png
@ -99,6 +101,3 @@ mimetype The entry's mime-type OR Una regol
readingTime Il tempo di lettura dell'articolo stimato AND Una regola e l'altra readingTime Il tempo di lettura dell'articolo stimato AND Una regola e l'altra
domainName Il nome del dominio dell'articolo matches Vede se un soggetto corrisponde alla ricerca (indipendentemente dal maiuscolo o minuscolo). Esempio: titolo corrisponde a "football" domainName Il nome del dominio dell'articolo matches Vede se un soggetto corrisponde alla ricerca (indipendentemente dal maiuscolo o minuscolo). Esempio: titolo corrisponde a "football"
=========== ============================================== ======== ========== =========== ============================================== ======== ==========