Two Factor (2FA) Authentication via Email
Enable one-click login with this WordPress Two-Factor Authentication (2FA) plugin, utilizing email for added security.
Next Milestone 20K
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| two factor authentication | 6 | — | Tag | 16 hours ago |
| 2fa-authentication | 6 | — | Tag | 16 hours ago |
| two factor | 7 | — | Tag | 16 hours ago |
| 2FA | 7 | — | Tag | 16 hours ago |
| authentication | 15 | — | Tag | 16 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 1.9.9
- Last Updated
- Dec 03, 2025
- Requires WP
- 4.6+
- Tested Up To
- 6.9
- PHP Version
- 5.6 or higher
- Author
- Neoboffin LLC
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 5
- Reviews
- 4
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Two Factor (2FA) Authentication via Email
Where the number 10 is, change this to whatever value (in minutes) you prefer.
Can I enable this for every Administrator?
Yes! As of version 1.6 you can now add a defined constant to your wp-config.php file;
define('SS88_2FAVE_ENABLE_ADMINS', true);
Change john@doe.com to your preferred email.
How do I disable 2FA on the REST API?
Yes! As of version 1.9 you can now add a defined constant to your wp-config.php file;
define('SS88_2FAVE_API_DISABLE_ALL', true);
if(current_user_can('editor')) return 'https://custom.com/page/here';
else return $URL;
});
// $isEnabled = Prior value
// $UserID = ID of user
// $type = Values are API or LOGIN
return $isEnabled;
}, 10, 3);
Please note that if you have SS88_2FAVE_ENABLE_ALL, SS88_2FAVE_ENABLE_ADMINS, SS88_2FAVE_ENABLE_EDITORS, SS88_2FAVE_ENABLE_CONTRIBUTORS, SS88_2FAVE_ENABLE_SUBSCRIBERS, or SS88_2FAVE_API_DISABLE_ALL set, the filter SS88_2FAVE_isEnabled will not work.