Whitelabel Login & Access Gate
Replace the ugly wp-login.php with your own branded login page. Protect any content behind login.
Branded Login Page
- ✓ Custom logo, colors, background image
- ✓ Welcome message and footer text
- ✓ Custom CSS field for advanced styling
- ✓ AJAX login — no page reload
- ✓ Login + Register + Reset Password tabs
- ✓ Fully responsive
Content Access Gate
- ✓ Global mode: protect everything, whitelist public pages
- ✓ Per-page mode: protect individual pages
- ✓ Role-based protection via shortcode
- ✓ Front page always public (configurable)
- ✓ Smart redirect back after login
- ✓ Custom "access denied" message
Registration Modes
Open
Anyone can register and get instant access. Best for public communities.
Moderated
Users register, but admin must approve before they can log in. Best for private groups.
Closed
Only admin can create accounts. Best for internal / invite-only portals.
Security Built In
Rate limiting on login attempts
Configurable lockout (attempts + duration)
Honeypot spam protection (no CAPTCHA)
Hide wp-admin for non-admin users
Hide admin bar for members
Nonce verification on all forms
Optional admin notification on lockout
Prevents user enumeration on password reset