BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

complete.twig 631B

123456789101112131415161718192021
  1. <div class="box pad">
  2. <h2>Success</h2>
  3. <p>Two-factor authentication has now been enabled on your account. Please
  4. note down the following recovery keys, they are the only way you will be
  5. able to recover your account if you lose your hardware device.</p>
  6. <div class="pad">
  7. <ul class="stats nobullet">
  8. {% for k in keys %}
  9. <li><tt>{{ k }}</tt></li>
  10. {% endfor %}
  11. </ul>
  12. </div>
  13. <div class="thin">Please note that if you lose your 2FA key and all your backup
  14. keys, the {{ constant('SITE_NAME') }} staff cannot help you retrieve your
  15. account. Ensure you keep your backup keys in a safe place before closing this
  16. page.</div>
  17. </div>