Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #132 from WordPress/add/deprecate
Browse files Browse the repository at this point in the history
Add the WP merge notice
  • Loading branch information
kasparsd authored May 7, 2021
2 parents 2778357 + aa29f97 commit bbfe07a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ env:
- WP_VERSION=trunk WP_MULTISITE=1

install:
- composer self-update --1
- npm install
- export DEV_LIB_PATH="vendor/xwp/wp-dev-lib/scripts"
- source "$DEV_LIB_PATH/travis.install.sh"
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Application Passwords for WordPress

[![Build Status](https://travis-ci.org/wordpress/application-passwords.svg?branch=master)](https://travis-ci.org/wordpress/application-passwords)
**⚠️ IMPORTANT: This plugin has been merged into WordPress core version 5.6 and doesn't have to be installed separately. [View the integration guide →](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/)**

---

Creates unique passwords for applications to authenticate users without revealing their main passwords.

Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Creates unique passwords for applications to authenticate users without revealin

== Description ==

**⚠️ IMPORTANT: This plugin has been merged into WordPress core version 5.6 and doesn't have to be installed separately. [View the integration guide →](https://make.wordpress.org/core/2020/11/05/application-passwords-integration-guide/)**

---

Use Application Passwords to authenticate users without providing their passwords directly. Instead, a unique password is generated for each application without revealing the user's main password. Application passwords can be revoked for each application individually.

**Important:** Application Passwords can be used only for authenticating API requests such as [REST API](https://developer.wordpress.org/rest-api/) and [XML-RPC](https://codex.wordpress.org/XML-RPC_WordPress_API), and they won't work for regular site logins.
Expand Down

0 comments on commit bbfe07a

Please sign in to comment.