An open API service indexing awesome lists of open source software.

https://github.com/r-a-y/bp-two-factor

BuddyPress integration for the WordPress Two Factor plugin.
https://github.com/r-a-y/bp-two-factor

buddypress cuny-academic-commons

Last synced: about 2 months ago
JSON representation

BuddyPress integration for the WordPress Two Factor plugin.

Awesome Lists containing this project

README

        

# BP Two Factor

Integrates the [Two Factor](https://wordpress.org/plugins/two-factor/) plugin into BuddyPress.

## How to use?

1. Install and activate the [Two Factor](https://wordpress.org/plugins/two-factor/) plugin.
2. Install and activate this plugin.
3. Navigate to your BuddyPress profile's "Settings" page. You should see a **Two Factor Authentication** block.
4. Enable your preferred 2FA option and ensure one of them is marked as Primary.
5. Logout and login again to test two-factor authentication.

## Notes

This plugin also makes the following usability improvements:

- Deselecting a 2FA provider will remove it as the primary 2FA option if it was previously selected. Also, if another 2FA provider was enabled during unchecking, that provider will be selected as the new primary 2FA option. This was done to address [this problem](https://github.com/WordPress/two-factor/issues/342).
- Added more descriptive text to the "Security Keys" and "Recovery Codes" sections.
- Changed the BuddyPress "Settings > General" tab to "Settings > Security" to better reflect the content on the page.

These improvements **only** take place on the BuddyPress profile's "Settings" page, and not in the admin dashboard's profile page.

The following improvements have been merged into the main Two Factor plugin:
- Clicking on the 2FA provider name will select it under the "Enabled" checkbox. (See [pull request](https://github.com/WordPress/two-factor/pull/387).)