SecureAuth Authenticator 2FA
Adds TOTP-based two-factor authentication (2FA) via SecureAuth Authenticator to your WordPress login page.
Plugin info
Maintenance & Compatibility
Maintenance score
Maintained • Last updated 175 days ago
Is SecureAuth Authenticator 2FA abandoned?
Likely maintained (last update 175 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
SecureAuth Authenticator 2FA enhances your WordPress login security by requiring a time-based one-time password (TOTP) in addition to the regular username and password. The TOTP code is generated by an authenticator app on your mobile device, adding an extra layer of protection even if your password is compromised.
This plugin is lightweight, secure, and easy to use. It integrates directly into the user profile page to allow users to set up and manage their two-factor authentication with ease.
Features:
- Adds a TOTP (Time-Based One-Time Password) field to the login form.
- User-friendly 2FA setup available on each user’s profile page.
- Generates secret keys and displays QR codes for scanning with mobile apps.
- Compatible with apps like Google Authenticator, Microsoft Authenticator, and Authy.
- Secure handling with nonce verification and input sanitization.
- No external libraries required (except Google Chart API for QR code).
Installation
- Upload the plugin files to the
/wp-content/plugins/secureauth-authenticator-2fadirectory or install the plugin through the WordPress plugin screen. - Activate the plugin via the Plugins menu in WordPress.
- Navigate to Users > Your Profile and scroll to the SecureAuth Authenticator 2FA section.
- Scan the QR code using your mobile authenticator app and enable 2FA.
- On your next login, you’ll be prompted to enter the TOTP code from your app along with your password.
Frequently Asked Questions
You should always save the secret key provided during setup in a secure location. If you lose access, a site administrator can disable 2FA for your account directly through the database or your user profile.
Not yet. This plugin is intentionally kept minimal to reduce complexity. However, recovery features may be added in future updates based on user feedback.
Currently, any logged-in user with access to their profile page can enable 2FA individually.
No. As of version 1.0.0, 2FA is optional and must be enabled manually by each user.
Review feed
Screenshots
Changelog
1.0.0
- Initial release.
- Add TOTP-based 2FA support for WordPress login.
- QR code generation using Google Chart API.
- Secure nonce verification and input sanitization.