désactiver-html-formul-into-complete-autofill
<form autocomplete="off">
<input type="text" name="username" autocomplete="off" />
<!--OR-->
<input type="text" name="email" autocomplete="off" />
<input type="password" name="password" autocomplete="new-password" />
</form>
sumer5020