diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 4a2c02bf..956fdd07 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -45,6 +45,7 @@ twig: | |||
45 | export_mobi: %export_mobi% | 45 | export_mobi: %export_mobi% |
46 | export_pdf: %export_pdf% | 46 | export_pdf: %export_pdf% |
47 | version: %app.version% | 47 | version: %app.version% |
48 | twofactor_auth: %twofactor_auth% | ||
48 | warning_message: %warning_message% | 49 | warning_message: %warning_message% |
49 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | 50 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" |
50 | flattr_url: "https://flattr.com/thing/1265480" | 51 | flattr_url: "https://flattr.com/thing/1265480" |
@@ -179,7 +180,7 @@ scheb_two_factor: | |||
179 | cookie_lifetime: 2592000 | 180 | cookie_lifetime: 2592000 |
180 | 181 | ||
181 | email: | 182 | email: |
182 | enabled: true | 183 | enabled: %twofactor_auth% |
183 | sender_email: no-reply@wallabag.org | 184 | sender_email: %twofactor_sender% |
184 | digits: 6 | 185 | digits: 6 |
185 | template: WallabagUserBundle:Authentication:form.html.twig | 186 | template: WallabagUserBundle:Authentication:form.html.twig |