aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-12-29 09:59:46 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-12-29 11:17:06 +0100
commit23ff8d36199c0cddb5bae4a5010cb71f861eeef8 (patch)
tree0da3a5941c85f80408e49db63ecd3b3ba5347a40 /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
parentc997cfcc9c161241a6398b0942a1a869688d807a (diff)
downloadwallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.tar.gz
wallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.tar.zst
wallabag-23ff8d36199c0cddb5bae4a5010cb71f861eeef8.zip
Add custom email for 2FA
Related #1490
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
index d060311d..8743dc1d 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig
@@ -133,6 +133,12 @@
133 {% if twofactor_auth %} 133 {% if twofactor_auth %}
134 <div class="row"> 134 <div class="row">
135 <div class="input-field col s12"> 135 <div class="input-field col s12">
136 {% trans %}Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion{% endtrans %}
137 </div>
138 </div>
139
140 <div class="row">
141 <div class="input-field col s12">
136 {{ form_widget(form.user.twoFactorAuthentication) }} 142 {{ form_widget(form.user.twoFactorAuthentication) }}
137 {{ form_label(form.user.twoFactorAuthentication) }} 143 {{ form_label(form.user.twoFactorAuthentication) }}
138 {{ form_errors(form.user.twoFactorAuthentication) }} 144 {{ form_errors(form.user.twoFactorAuthentication) }}