GoUltra Auth adds a WhatsApp one-time code as a second factor at login. After the password is
accepted, the user enters a short code delivered to their WhatsApp, so a leaked password alone
is no longer enough to get into the admin.
It connects to the GoUltra service, which delivers the code through a WhatsApp
Authentication-category message.
Why WhatsApp (an honest comparison)
WhatsApp authentication codes are not delivered through the SMS network, which reduces exposure
to common SMS delivery and interception risks (such as message interception, poor reception,
and certain SIM-swap scenarios). No authentication method is unbreakable, so GoUltra Auth also
includes rate limits, recovery controls and an audit log. It usually costs less than SMS in
most markets and arrives over Wi-Fi without a cellular signal.
What you get in this version
- Admin / role-based login 2FA over WhatsApp.
- Passwordless login for customers: sign in (or register) with a WhatsApp code instead of a
password, with an optional "remember this device" (off by default, customers and subscribers
only, password sign-in always kept).
- Self-service enrollment: each user verifies their own WhatsApp number.
- Recovery codes (single-use) so you are never locked out.
- Emergency disable via wp-config.php and WP-CLI.
- Rate limits per user, per IP and per site, plus daily and monthly cost caps.
- A security score and an audit log.
Recovery and lockout protection
You can always get back in without WhatsApp: enter a recovery code, add
define( 'GOULTRA_AUTH_DISABLE', true ); to wp-config.php, or run
wp goultra-auth disable.