Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/adjust readme for 2fa issue #9781

Merged
merged 5 commits into from
May 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ account. Note that authenticating to WordPress.com via Google is not supported i

Note that credentials created with our [WordPress.com applications manager][5] allow login only and not signup. New
accounts must be created using the [official app][1] or [on the web](https://wordpress.com/start). Login is restricted
to the WordPress.com account with which the credentials were created. Also, you will be able to interact with sites of
that same WordPress.com account only. In other words, if the credentials were created with [email protected], you will only
be able to login with [email protected] and access [email protected] sites. Using another account like [email protected] will cause
to the WordPress.com account with which the credentials were created. In other words, if the credentials were created with [email protected], you will only
be able to login with [email protected]. Using another account like [email protected] will cause
the `Client cannot use "password" grant_type` error.

For security reasons, some account-related actions aren't supported for development builds when using a WordPress.com account with 2-factor authentication enabled.
There is also currently an [issue](https://github.com/wordpress-mobile/WordPress-Android/issues/8754) where a restart of the app is required to complete login in this case.

Read more about [OAuth2][6] and the [WordPress.com REST endpoint][7].

## Google Configuration ##
Expand Down