[wp-trac] [WordPress Trac] #52092: Application password feature not available

WordPress Trac noreply at wordpress.org
Wed Dec 16 15:10:03 UTC 2020


#52092: Application password feature not available
-----------------------------------+------------------------------
 Reporter:  guddu1315              |       Owner:  (none)
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  Awaiting Review
Component:  Application Passwords  |     Version:  5.6
 Severity:  normal                 |  Resolution:
 Keywords:                         |     Focuses:  rest-api
-----------------------------------+------------------------------

Comment (by swissspidy):

 The integration guide says:

 > By default, Application Passwords is available to all users on **sites
 served over SSL/HTTPS**. This can be customized using the
 `wp_is_application_passwords_available` and
 `wp_is_application_passwords_available_for_user` filters.

 Those filters also check for the `WP_ENVIRONMENT_TYPE`, so you could add
 `define( 'WP_ENVIRONMENT_TYPE', 'local' );` to your `wp-config.php` file
 for local sites so it works on localhost.

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


More information about the wp-trac mailing list