Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
phpmyadmin-4.9
/
templates
/
/srv/admin/htdocs/phpmyadmin-4.9/templates/prefs_twofactor_configure.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>