T
T
tr1ck12017-07-02 18:46:13
HTML
tr1ck1, 2017-07-02 18:46:13

How to remove login and password hints in the password reset and change e-mail address windows?

Hello. I already wrote earlier, but I couldn’t get the answer I needed ((Previously, there were no asterisks when entering a password in the windows for resetting the password and changing the e-mail address. We set the field type to "password", asterisks appeared, but now tips are offered, like in the authorization window autocomplete="off" - tried, nothing changed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel, 2017-07-02
@mrusklon

<input
    type="password"
    name="password"
    readonly
    onfocus="this.removeAttribute('readonly')">

How to disable form autocomplete with html 5?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question