FIREFOX - HTML password INPUT - When the page loads, does the field contain data?

I had a problem entering a password on my website when viewing it using firefox, here is the html:

<div class="passField">
    <label for="password">Password : </label>
    <input type="password"
        name="password" id="password" 
        title="6 to 20 characters, one uppercase and numbers allowed." placeholder="APassword123"
        maxlength="20" pattern="^[A-Za-z0-9]{6,20}$"
    />
    <span class="inputDesc">'.$passwordDesc.'</span>
</div>

The user is directed to the page containing this entry by the link in the email:

http://www.mysite.com/reset.php?theId=1&theKey=699acfc121edfd91df48d5d99044d74d

The database check is pre-formed, and if the details correspond to those related to this user ID in my database, then two entries are presented to the user. One for the initial password, one for confirming the entered password.

, , (), ... .

, , :

quirk 1

IE:

quirk 2

, , , , , , ?

, , , , !

+5
1

autocomplete = "off" , . , JavaScript - , .

- ( )

. , , ( ). , .

, . , , http://example.com/phpmyadmin, http://example.com/ , .

autocomplete = off, ( , , ), . autocomplete = off .

+6

All Articles