diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-12-29 20:32:58 +0100 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2015-12-29 20:32:58 +0100 |
commit | e6a228c43bf98f64d2d046314bae224c5b87399e (patch) | |
tree | 950c2c0533d4425b6572cfa9de84c40c44956b12 /app/config/config.yml | |
parent | c997cfcc9c161241a6398b0942a1a869688d807a (diff) | |
parent | ab64c3d9ac591d30447428bd357b5b8c3a9bbcd7 (diff) | |
download | wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.tar.gz wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.tar.zst wallabag-e6a228c43bf98f64d2d046314bae224c5b87399e.zip |
Merge pull request #1544 from wallabag/2fa-email
v2 – Add custom email for 2FA
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index f2538c90..8403a458 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -198,6 +198,7 @@ scheb_two_factor: | |||
198 | sender_email: %twofactor_sender% | 198 | sender_email: %twofactor_sender% |
199 | digits: 6 | 199 | digits: 6 |
200 | template: WallabagUserBundle:Authentication:form.html.twig | 200 | template: WallabagUserBundle:Authentication:form.html.twig |
201 | mailer: wallabag_user.auth_code_mailer | ||
201 | 202 | ||
202 | kphoen_rulerz: | 203 | kphoen_rulerz: |
203 | executors: | 204 | executors: |