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.
- Host: GitHub
- URL: https://github.com/r-a-y/bp-two-factor
- Owner: r-a-y
- Created: 2020-12-08T06:44:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T13:09:50.000Z (about 2 months ago)
- Last Synced: 2025-03-07T14:23:22.570Z (about 2 months ago)
- Topics: buddypress, cuny-academic-commons
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).)