aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/user/configuration.rst
diff options
context:
space:
mode:
authorNicolas Frandeboeuf <mail@nicofrand.eu>2017-02-17 10:57:18 +0100
committerNicolas Frandeboeuf <nicofrand@gmail.com>2017-02-20 08:04:44 +0100
commit38fe54199772b4ab127ddfca46893545756038d6 (patch)
tree6abb7baf9360fa99d45b0cf0756fae850e611b39 /docs/en/user/configuration.rst
parentbba94d74585e465f541e20c8aba2e95695435cc4 (diff)
downloadwallabag-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/en/user/configuration.rst')
-rw-r--r--docs/en/user/configuration.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/user/configuration.rst b/docs/en/user/configuration.rst
index caca834f..bba12cb9 100644
--- a/docs/en/user/configuration.rst
+++ b/docs/en/user/configuration.rst
@@ -68,7 +68,9 @@ Two factor authentication (2FA)
68 Two-factor authentication (also known as 2FA) is a technology patented in 1984 68 Two-factor authentication (also known as 2FA) is a technology patented in 1984
69 that provides identification of users by means of the combination of two different components. 69 that provides identification of users by means of the combination of two different components.
70 70
71https://en.wikipedia.org/wiki/Two-factor_authentication 71 https://en.wikipedia.org/wiki/Two-factor_authentication
72
73**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).
72 74
73If you enable 2FA, each time you want to login to wallabag, you'll receive 75If you enable 2FA, each time you want to login to wallabag, you'll receive
74a code by email. You have to put this code on the following form. 76a code by email. You have to put this code on the following form.