Authentication
Choose how members sign in — password, two-factor, magic link, authenticator app, QR code or social.
Choosing your sign-in method
Three ways to sign in, and only one is active at a time — plus two add-ons that sit alongside whichever you pick.
6 min read
Emergency administrator access
One URL that reaches wp-login.php whatever your redirect setting says. What it bypasses, what it does not, and where to keep it.
4 min read
Password with two-factor
A password, then a six-digit code by email or authenticator app. The most common upgrade from plain passwords.
5 min read
Two-step login
Email first, password on the next step. A familiar shape borrowed from the big providers — and it changes nothing about security.
3 min read
Creating Custom Login Pages
Step-by-step guide to creating beautiful, branded login pages.
10 min read
Magic link sign-in
No password at all: the member receives a one-time link by email. Everything then rests on their mailbox.
5 min read
Authenticator app sign-in
A six-digit code from an app, with or without a password — and the ten backup codes that keep a lost phone from becoming a lost account.
6 min read
Login Form Shortcode Reference
Complete parameter reference for the [attributes_login_form] shortcode.
15 min read
QR code sign-in
Scan a code with a device that is already signed in. Fast on a shared screen — and useless without that second device.
4 min read
Shortcode Examples and Use Cases
Practical examples of login form shortcodes for different scenarios.
10 min read
Role-Based Redirection Setup
Configure automatic redirects based on WordPress user roles after login.
20 min read
Social login
Google, Facebook, Microsoft and GitHub buttons on your form — the one option that adds to your sign-in method instead of replacing it.
5 min read
Understanding WordPress User Roles
Complete guide to WordPress user roles and their capabilities.
10 min read
Creating Destination Pages for Redirects
Build effective landing pages for role-based redirects.
30 min read
Login Settings Configuration
Complete guide to configuring all login and session settings.
15 min read
Template Customization Guide
Customize login form templates to match your website design.
45 min read
CSS Styling for Login Forms
Complete CSS examples and styling techniques for custom login forms.
30 min read
Embedding Login Forms in Theme Files
Learn to embed login forms directly in theme template files using PHP.
20 min read
User Registration Management (Pro)
Advanced user registration with custom fields, approval workflows, and flexible registration methods.
40 min read
Custom Login Page Design Tutorial
Design a beautiful custom login page with CSS examples.
Advanced Redirect Strategies
Master complex redirect scenarios with custom PHP and JavaScript.