mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-10 17:05:26 +00:00
Add issuer to otp config
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
83193417a6
commit
21dee08b4d
2 changed files with 2 additions and 0 deletions
|
@ -209,6 +209,7 @@ scheb_two_factor:
|
|||
|
||||
google:
|
||||
enabled: "%twofactor_auth%"
|
||||
issuer: "%server_name%"
|
||||
template: WallabagUserBundle:Authentication:form.html.twig
|
||||
|
||||
email:
|
||||
|
|
|
@ -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: ~
|
||||
|
|
Loading…
Reference in a new issue