mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Alert that 2FA must be authorized in app/config/parameters.yml
This commit is contained in:
parent
bba94d7458
commit
38fe541997
4 changed files with 14 additions and 9 deletions
|
@ -69,7 +69,9 @@ Double authentification (2FA)
|
|||
L'authentification à deux facteurs (également appelée 2FA) est une technologie brevetée en 1984
|
||||
qui fournit l'identification des utilisateurs au moyen de la combinaison de deux composants différents .
|
||||
|
||||
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
|
||||
un code par email. Vous devez renseigner ce code dans le formulaire suivant :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue