diff options
author | Nicolas Frandeboeuf <mail@nicofrand.eu> | 2017-02-17 10:57:18 +0100 |
---|---|---|
committer | Nicolas Frandeboeuf <nicofrand@gmail.com> | 2017-02-20 08:04:44 +0100 |
commit | 38fe54199772b4ab127ddfca46893545756038d6 (patch) | |
tree | 6abb7baf9360fa99d45b0cf0756fae850e611b39 /docs/fr/user | |
parent | bba94d74585e465f541e20c8aba2e95695435cc4 (diff) | |
download | wallabag-38fe54199772b4ab127ddfca46893545756038d6.tar.gz wallabag-38fe54199772b4ab127ddfca46893545756038d6.tar.zst wallabag-38fe54199772b4ab127ddfca46893545756038d6.zip |
Alert that 2FA must be authorized in app/config/parameters.yml
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/configuration.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/fr/user/configuration.rst b/docs/fr/user/configuration.rst index 025b05bb..772000c3 100644 --- a/docs/fr/user/configuration.rst +++ b/docs/fr/user/configuration.rst | |||
@@ -69,7 +69,9 @@ Double authentification (2FA) | |||
69 | L'authentification à deux facteurs (également appelée 2FA) est une technologie brevetée en 1984 | 69 | L'authentification à deux facteurs (également appelée 2FA) est une technologie brevetée en 1984 |
70 | qui fournit l'identification des utilisateurs au moyen de la combinaison de deux composants différents . | 70 | qui fournit l'identification des utilisateurs au moyen de la combinaison de deux composants différents . |
71 | 71 | ||
72 | https://fr.wikipedia.org/wiki/Authentification_forte | 72 | https://fr.wikipedia.org/wiki/Authentification_forte |
73 | |||
74 | **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). | ||
73 | 75 | ||
74 | Si vous activez 2FA, à chaque tentative de connexion à wallabag, vous recevrez | 76 | Si vous activez 2FA, à chaque tentative de connexion à wallabag, vous recevrez |
75 | un code par email. Vous devez renseigner ce code dans le formulaire suivant : | 77 | un code par email. Vous devez renseigner ce code dans le formulaire suivant : |