mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-25 16:18:08 +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:
|
google:
|
||||||
enabled: "%twofactor_auth%"
|
enabled: "%twofactor_auth%"
|
||||||
|
issuer: "%server_name%"
|
||||||
template: WallabagUserBundle:Authentication:form.html.twig
|
template: WallabagUserBundle:Authentication:form.html.twig
|
||||||
|
|
||||||
email:
|
email:
|
||||||
|
|
|
@ -24,6 +24,7 @@ parameters:
|
||||||
database_charset: utf8mb4
|
database_charset: utf8mb4
|
||||||
|
|
||||||
domain_name: https://your-wallabag-url-instance.com
|
domain_name: https://your-wallabag-url-instance.com
|
||||||
|
server_name: "Your wallabag instance"
|
||||||
|
|
||||||
mailer_transport: smtp
|
mailer_transport: smtp
|
||||||
mailer_user: ~
|
mailer_user: ~
|
||||||
|
|
Loading…
Reference in a new issue