Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#51503 closed enhancement (fixed)

Always enable application passwords for local environments

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

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.


4 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.


4 years ago

#3 @TimothyBlynJacobs
4 years ago

  • Keywords commit added

Looks great to me!

#4 @ocean90
4 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

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.


4 years ago

Note: See TracTickets for help on using tickets.