[wp-trac] [WordPress Trac] #51899: Improve Application Passwords section layout in user profile
WordPress Trac
noreply at wordpress.org
Mon Nov 30 23:15:10 UTC 2020
#51899: Improve Application Passwords section layout in user profile
--------------------------------+------------------------------------------
Reporter: SergeyBiryukov | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Application | Version:
Passwords |
Severity: normal | Keywords: has-screenshots needs-design
Focuses: ui, administration |
--------------------------------+------------------------------------------
Background: #42790, #51489.
[49109] added a new Application Passwords section to user profiles.
@johnjamesjacoby raised a concern in comment:20:ticket:51489:
> Is there a compelling reason why the HTML for this feature does not
follow the pattern set by every other user profile feature on this page?
> This feature would feel much more complete if it did not look as unique
and unfamiliar.
The section indeed does not seem to match the rest of the Profile screen,
with labels on the left and other elements (inputs, buttons, hints) on the
right. See the screenshot, where the Application Passwords section is at
the bottom.
Note: By default, application passwords are enabled if your site uses SSL,
or if `WP_ENVIRONMENT_TYPE` is set to `local`. If that is not the case on
your testing environment, you can enable the feature with this filter:
{{{
add_filter( 'wp_is_application_passwords_available', '__return_true' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51899>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list