fix: on ajoute autocomplete a off, car pas mieux
This commit is contained in:
parent
89046f4273
commit
62f575c917
1 changed files with 2 additions and 0 deletions
|
@ -89,12 +89,14 @@
|
||||||
{defaut=#ENV{password}}
|
{defaut=#ENV{password}}
|
||||||
{type=password}
|
{type=password}
|
||||||
{attributs=#GET{min}}
|
{attributs=#GET{min}}
|
||||||
|
{autocomplete=off}
|
||||||
{label=#GET{chaine_langue}}
|
{label=#GET{chaine_langue}}
|
||||||
)]
|
)]
|
||||||
[(#SAISIE{input,password_confirmation}
|
[(#SAISIE{input,password_confirmation}
|
||||||
{defaut=#ENV{password_confirmation}}
|
{defaut=#ENV{password_confirmation}}
|
||||||
{type=password}
|
{type=password}
|
||||||
{attributs=#GET{min}}
|
{attributs=#GET{min}}
|
||||||
|
{autocomplete=off}
|
||||||
{label=<:comptespip:champ_password_confirm:>}
|
{label=<:comptespip:champ_password_confirm:>}
|
||||||
)]
|
)]
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue