Projet

Général

Profil

0001-fixup-auth2_multifactor-add-OATH-authentication-fact.patch

Valentin Deniaud, 23 avril 2019 11:29

Télécharger (1000 octets)

Voir les différences:

Subject: [PATCH 1/7] fixup! auth2_multifactor: add OATH authentication factor

 .../auth_oath/templates/auth_oath/totp_form.html                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2/auth2_multifactor/auth_oath/templates/auth_oath/totp_form.html
1 1
{% load i18n staticfiles %}
2 2
<div>
3
<form method="post" action="">
3
<form method="post" autocomplete="off" action="">
4 4
{% csrf_token %}
5 5
{{ form.as_p }}
6 6
<button class="submit-button" name="{{ submit_name }}">{% trans "Submit" %}</button>
7
-