Merged
Conversation
kasparsd
commented
Jul 3, 2025
|
|
||
| <?php if ( function_exists( 'wp_is_application_passwords_available_for_user' ) && wp_is_application_passwords_available_for_user( $user ) ) : ?> | ||
| <p> | ||
| <?php esc_html_e( 'Authentication for REST API and XML-RPC must use application passwords (defined above) instead of your regular password.', 'two-factor' ); ?> |
Collaborator
Author
There was a problem hiding this comment.
@joostdekeijzer @jeffpaul Do you have any comments on this wording?
I considered placing this within application passwords area or the actual password field but eventually decided to collocate with the two-factor instructions.
Member
There was a problem hiding this comment.
Copy seems fine to me, location as well; both can iterate if we get any pointed community feedback on either; otherwise ![]()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Document the Two Factor behaviour for logins over REST API and XML-RPC.
Why?
Follow-up to #697.
How?
two_factor_user_api_login_enablefilter in README.Testing Instructions
Screenshots or screencast
Add a notice to user profile to encourage the use of application passwords:
Changelog Entry
Added - document the
two_factor_user_api_login_enablefilter.