diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-02-20 08:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-20 08:27:26 +0100 |
commit | 48be826ea981188c882694ca3e488d0fcaac79d3 (patch) | |
tree | d31a3dc4d177d234f1115f71af0d6122fa429ea3 /docs/en | |
parent | b17cb92e9ba8b6883449f6920206376373e62b25 (diff) | |
parent | 38fe54199772b4ab127ddfca46893545756038d6 (diff) | |
download | wallabag-48be826ea981188c882694ca3e488d0fcaac79d3.tar.gz wallabag-48be826ea981188c882694ca3e488d0fcaac79d3.tar.zst wallabag-48be826ea981188c882694ca3e488d0fcaac79d3.zip |
Merge pull request #2905 from nicofrand/patch-1
Alert that 2FA must be authorized in app/config/parameters.yml
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/user/configuration.rst | 4 |
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 | ||
71 | https://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 | ||
73 | If you enable 2FA, each time you want to login to wallabag, you'll receive | 75 | If you enable 2FA, each time you want to login to wallabag, you'll receive |
74 | a code by email. You have to put this code on the following form. | 76 | a code by email. You have to put this code on the following form. |