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