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.
 
 
 
 
 
 

13 lines
480 B

  1. <div class="group">
  2. <h2>{% trans "Confirm disabling two-factor authentication" %}</h2>
  3. <div class="group-cnt">
  4. <form method="POST" action="prefs_twofactor.php">
  5. {{ Message_notice("By disabling two factor authentication you will be again able to login using password only."|trans) }}
  6. {{ Url_getHiddenInputs() }}
  7. {{ form|raw }}
  8. <input type="hidden" name="2fa_remove" value="1" />
  9. <input type="submit" value="{% trans "Disable two-factor authentication" %}" />
  10. </form>
  11. </div>
  12. </div>