[wp-trac] [WordPress Trac] #51173: Add support for /.well-known/change-password
WordPress Trac
noreply at wordpress.org
Wed Feb 3 14:30:08 UTC 2021
#51173: Add support for /.well-known/change-password
------------------------------------+------------------------------
Reporter: romainmrhenry | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version:
Severity: normal | Resolution:
Keywords: needs-unit-tests | Focuses:
------------------------------------+------------------------------
Comment (by pfefferle):
Maybe we should also consider to use the autocomplete attributes:
{{{
<input type="password" autocomplete="new-password">
}}}
or:
{{{
<input type="password" autocomplete="current-password">
}}}
For the password field.
See: https://adactio.com/journal/17794
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51173#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list