Contensio logo
All features

Security & 2FA

Fortify-powered auth: password reset, email verification, two-factor with recovery codes.

Replaces Wordfence, WP 2FA

WordPress's security reputation comes down to one thing: it's been the single largest target on the open internet for 20 years, running on millions of servers with a plugin ecosystem of wildly varying quality. The response is usually a security plugin (Wordfence, iThemes Security), a 2FA plugin (WP 2FA), and a login-protection plugin (Limit Login Attempts). Contensio folds the essentials into the core, leaning on Laravel's Fortify — a battle-tested auth package maintained by the Laravel core team.

What's built in

Password reset

Secure, time-limited reset tokens via email. No plugin needed.

Email verification

New accounts verify their email before full access. Configurable per role.

Two-factor authentication

Google Authenticator, Authy, 1Password — any TOTP app. 8 single-use recovery codes.

Strong password requirements

Minimum length + complexity + breach-list check (Pwned Passwords API, optional).

Account deactivation

Admins can disable accounts without deleting history. Social login is rejected for disabled accounts.

CSRF & XSS protection

Laravel's built-in CSRF tokens on every form; block output escaped by default in Blade.

Two-factor, the right way

2FA is enabled per-user, from the user's own profile — admins can require 2FA for specific roles but can't enroll a user's device for them. When enrolling:

Social sign-in (Google, GitHub, Facebook, Microsoft — via the Social Connect plugin) still challenges users for 2FA after OAuth. 2FA is not a bypass surface.

Session + credential hygiene

Compared to WordPress

WordPress

  • 2FA requires a plugin (paid tiers for recovery codes)
  • Password rules need a plugin
  • MD5/PHPass hashes in places (legacy)

Contensio

  • 2FA + recovery codes built in
  • Fortify handles password reset + verification
  • Bcrypt by default; modern session hygiene