This repository has been archived on 2023-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
Teacher_Helper_System/phpMyAdmin4.8.5/templates/prefs_twofactor_configure.twig
2022-05-08 02:37:00 +08:00

14 lines
368 B
Twig

<div class="group">
<h2>{% trans "Configure two-factor authentication" %}</h2>
<div class="group-cnt">
<form method="POST" action="prefs_twofactor.php">
{{ Url_getHiddenInputs() }}
<input type="hidden" name="2fa_configure" value="{{ configure }}" />
{{ form|raw }}
<input type="submit" value="{% trans "Enable two-factor authentication" %}" />
</form>
</div>
</div>