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.

remove.twig 841B

1234567891011121314151617181920212223242526272829303132333435
  1. <form method="post">
  2. <table cellpadding="6" cellspacing="1" border="0" width="100%" class="layout border">
  3. <thead>
  4. <tr class="colhead_dark">
  5. <td>&nbsp;</td>
  6. <td>
  7. <strong>Please enter your password to confirm the removal of Two-Factor Authentification (2FA) from your account.</strong>
  8. </td>
  9. </tr>
  10. </thead>
  11. <tbody>
  12. <tr>
  13. <td class="label">
  14. <label for="password"><strong>Password</strong></label>
  15. </td>
  16. <td>
  17. <input type="password" size="50" name="password" id="password"/>
  18. {% if bad %}
  19. <p class="warning">Invalid password.</p>
  20. {% endif %}
  21. </td>
  22. </tr>
  23. <tr>
  24. <td>&nbsp;</td>
  25. <td>
  26. <input type="submit" value="Remove 2FA">
  27. </td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </form>