Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#51503 closed enhancement (fixed)

Always enable application passwords for local environments

Reported by: ocean90 Owned by: ocean90
Priority: normal Milestone: 5.6
Component: Users Version:
Severity: normal Keywords: has-patch commit
Cc: Focuses: rest-api

Description

Currently when using the local development environment no application passwords are visible since the site is only available via HTTP and application passwords require HTTPS. To make testing easier I'm proposing to enable application passwords if the current environment type is local.

Related: [49109], [49121]

Change History (5)

This ticket was mentioned in PR #586 on WordPress/wordpress-develop by ocean90.


6 years ago
#1

  • Keywords has-patch added

Currently when using the local development environment no application passwords are visible since the site is only available via HTTP and application passwords require HTTPS. To make testing easier I'm proposing to enable application passwords if the current environment type is local.

Trac ticket: https://core.trac.wordpress.org/ticket/51503

This ticket was mentioned in Slack in #core-passwords by ocean90. View the logs.


6 years ago

#3 @TimothyBlynJacobs
6 years ago

  • Keywords commit added

Looks great to me!

#4 @ocean90
6 years ago

  • Owner set to ocean90
  • Resolutionfixed
  • Status newclosed

In 49139:

Users: Enable Application Passwords for local development environments, even if HTTPS is not available.

This will make testing the new feature easier since the local development environment is only accessible via HTTP by default.
Also update docs to link to the relevant filters.

See #42790.
Fixes #51503.

This ticket was mentioned in Slack in #core-passwords by timothybjacobs. View the logs.


6 years ago

Note: See TracTickets for help on using tickets.