aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2020-03-26 15:32:01 +0100
committerThomas Citharel <tcit@tcit.fr>2020-03-26 15:32:01 +0100
commit309695272dd3db01129003e52f66e428d2892c7f (patch)
tree6161cd0484e98adab6cb6fef4bbaec96ce7f4baf
parentf3b1ec121d3f98a8db2a7db199dfd847d7b5f396 (diff)
downloadwallabag-309695272dd3db01129003e52f66e428d2892c7f.tar.gz
wallabag-309695272dd3db01129003e52f66e428d2892c7f.tar.zst
wallabag-309695272dd3db01129003e52f66e428d2892c7f.zip
Add label and issuer to otp config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
-rw-r--r--app/config/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 0b325afe..63c7bef2 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -208,6 +208,8 @@ scheb_two_factor:
208 208
209 google: 209 google:
210 enabled: "%twofactor_auth%" 210 enabled: "%twofactor_auth%"
211 label: wallabag
212 issuer: "%domain_name%"
211 template: WallabagUserBundle:Authentication:form.html.twig 213 template: WallabagUserBundle:Authentication:form.html.twig
212 214
213 email: 215 email: