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.

edit-password.twig 492B

1234567891011121314151617
  1. <tr>
  2. <td class="label">New password:</td>
  3. <td>
  4. <input type="text" size="36" id="change_password" name="ChangePassword" />
  5. <button type="button" id="random_password">Generate</button>
  6. </td>
  7. </tr>
  8. <tr>
  9. <td class="label">Two-factor Authentication:</td>
  10. <td>
  11. {% if key_2fa %}
  12. <a href="user.php?action=2fa&amp;page=user&amp;do=disable&amp;userid={{ user_id }}">Click here to disable</a>
  13. {% else %}
  14. Currently Disabled
  15. {% endif %}
  16. </td>
  17. </tr>