[wp-trac] [WordPress Trac] #52714: Add New User Autofill Bug

WordPress Trac noreply at wordpress.org
Mon Mar 22 05:18:29 UTC 2021


#52714: Add New User Autofill Bug
-------------------------------+---------------------------------
 Reporter:  clonemykey         |       Owner:  (none)
     Type:  defect (bug)       |      Status:  reopened
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Users              |     Version:  5.6.2
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  ui, administration
-------------------------------+---------------------------------
Changes (by sabernhardt):

 * keywords:   => reporter-feedback
 * status:  closed => reopened
 * resolution:  invalid =>


Comment:

 @clonemykey Which browser and/or password manager saves your username and
 password?

 The username input currently does not discourage autocomplete, but the
 (plain-text) password input has `autocomplete="off"`
 ([https://bugs.chromium.org/p/chromium/issues/detail?id=587466 which
 Chrome apparently does not honor yet]).

 Should the password's attribute be `autocomplete="new-password"` instead?
 It's probably good to add the "off" value for the username as well, for
 any browser that supports it.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52714#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list