Translated using Weblate (French)
[phpmyadmin.git] / templates / prefs_twofactor_configure.twig
blob114edfd76dabc5647dd8cb16d4a9efcf31869e19
1 <div class="group">
2 <h2>{% trans "Configure two-factor authentication" %}</h2>
3 <div class="group-cnt">
4 <form method="POST" action="prefs_twofactor.php">
5 {{ get_hidden_inputs() }}
6 <input type="hidden" name="2fa_configure" value="{{ configure }}" />
7 {{ form|raw }}
8 <input type="submit" value="{% trans "Enable two-factor authentication" %}" />
9 </form>
10 </div>
11 </div>