Translated using Weblate (Croatian)
[phpmyadmin.git] / templates / prefs_twofactor_confirm.twig
blob8cec35254d980d11beef46d5c0512f963f813412
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 {{ "By disabling two factor authentication you will be again able to login using password only."|trans|notice }}
6 {{ get_hidden_inputs() }}
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>