Skip to content
Extraits de code Groupes Projets
Valider 970eeff5 rédigé par mattab's avatar mattab
Parcourir les fichiers

Fixes PR #231 Adding autocomplete=off to the password reset form so that the...

Fixes PR #231 Adding autocomplete=off to the password reset form so that the password are not auto-completed there.
did not add it to main password field as to not break the password manager /browser functionnality.
parent c5ce11fa
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -125,11 +125,11 @@ ...@@ -125,11 +125,11 @@
<input type="hidden" name="form_nonce" id="reset_form_nonce" value="{{ nonce }}"/> <input type="hidden" name="form_nonce" id="reset_form_nonce" value="{{ nonce }}"/>
<input type="password" name="form_password" id="reset_form_password" class="input" value="" size="20" <input type="password" name="form_password" id="reset_form_password" class="input" value="" size="20"
tabindex="20" tabindex="20" autocomplete="off"
placeholder="{{ 'General_Password'|translate }}"/> placeholder="{{ 'General_Password'|translate }}"/>
<input type="password" name="form_password_bis" id="reset_form_password_bis" class="input" value="" <input type="password" name="form_password_bis" id="reset_form_password_bis" class="input" value=""
size="20" tabindex="30" size="20" tabindex="30" autocomplete="off"
placeholder="{{ 'Login_PasswordRepeat'|translate }}"/> placeholder="{{ 'Login_PasswordRepeat'|translate }}"/>
</fieldset> </fieldset>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter