aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-23 14:43:39 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-01-23 14:43:39 +0100
commit4654a83b6438b88e3b7062a21d18999d9df2fb8e (patch)
treef20677c3d68c1ea756f0835ff179a0d7d3431a67 /src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
parent7485a272ffbcc045e6002b4bf4ea289ce0a0f3b4 (diff)
downloadwallabag-4654a83b6438b88e3b7062a21d18999d9df2fb8e.tar.gz
wallabag-4654a83b6438b88e3b7062a21d18999d9df2fb8e.tar.zst
wallabag-4654a83b6438b88e3b7062a21d18999d9df2fb8e.zip
Hash backup codes in the database using `password_hash`update-two-factor-bundle
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
index 6aef355e..7875d787 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/otp_app.html.twig
@@ -24,7 +24,7 @@
24 <li> 24 <li>
25 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p> 25 <p>{{ 'config.otp.app.two_factor_code_description_3'|trans }}</p>
26 26
27 <p><strong>{{ app.user.getBackupCodes|join("\n")|nl2br }}</strong></p> 27 <p><strong>{{ backupCodes|join("\n")|nl2br }}</strong></p>
28 </li> 28 </li>
29 <li> 29 <li>
30 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p> 30 <p>{{ 'config.otp.app.two_factor_code_description_4'|trans }}</p>