Add issuer to otp config

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2020-03-26 15:32:01 +01:00 committed by Kevin Decherf
parent 83193417a6
commit 21dee08b4d
2 changed files with 2 additions and 0 deletions

View file

@ -209,6 +209,7 @@ scheb_two_factor:
google:
enabled: "%twofactor_auth%"
issuer: "%server_name%"
template: WallabagUserBundle:Authentication:form.html.twig
email:

View file

@ -24,6 +24,7 @@ parameters:
database_charset: utf8mb4
domain_name: https://your-wallabag-url-instance.com
server_name: "Your wallabag instance"
mailer_transport: smtp
mailer_user: ~