[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
phpMyAdmin
/
templates
/
[
Home
]
File: prefs_twofactor_confirm.twig
<div class="group"> <h2>{% trans "Confirm disabling two-factor authentication" %}</h2> <div class="group-cnt"> <form method="POST" action="prefs_twofactor.php"> {{ Message_notice("By disabling two factor authentication you will be again able to login using password only."|trans) }} {{ Url_getHiddenInputs() }} {{ form|raw }} <input type="hidden" name="2fa_remove" value="1" /> <input type="submit" value="{% trans "Disable two-factor authentication" %}" /> </form> </div> </div>