diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 0d893ecf..b2699c83 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -171,3 +171,16 @@ fos_oauth_server: | |||
171 | auth_code_class: Wallabag\ApiBundle\Entity\AuthCode | 171 | auth_code_class: Wallabag\ApiBundle\Entity\AuthCode |
172 | service: | 172 | service: |
173 | user_provider: fos_user.user_manager | 173 | user_provider: fos_user.user_manager |
174 | |||
175 | scheb_two_factor: | ||
176 | |||
177 | trusted_computer: | ||
178 | enabled: true | ||
179 | cookie_name: wllbg_trusted_computer | ||
180 | cookie_lifetime: 5184000 | ||
181 | |||
182 | email: | ||
183 | enabled: true | ||
184 | sender_email: no-reply@wallabag.org | ||
185 | digits: 6 | ||
186 | template: WallabagUserBundle:Authentication:form.html.twig | ||