Every switch and field the plugin has, in the order the settings screens show them. Defaults are what a fresh install has before Apply recommended settings.
General → Core Security
| Setting | Default | See |
|---|---|---|
| Block XML-RPC requests | Off | Core security |
| Block application passwords | Off | Core security |
| Hide usernames from the public | Off | Core security |
| Verify email addresses on signup | Off | Core security |
| Keep these roles out of wp-admin | Off; roles: Subscriber | Core security |
General → Login Security
| Setting | Default | See |
|---|---|---|
| Maximum failed attempts | 5 | Limit login attempts |
| Within (minutes) | 30 | Limit login attempts |
General → Two-Factor Auth
| Setting | Default | See |
|---|---|---|
| Email code | Off | Two-factor |
| Email code roles | Administrator, Editor, Author | Two-factor |
| Passkey (3.0) | Off; no roles | Passkeys |
| Authenticator app | Off | Two-factor |
| Authenticator roles | None | Two-factor |
| Authenticator required for | None | Two-factor |
General → Magic Login
| Setting | Default | See |
|---|---|---|
| Magic login | Off | Magic login |
| Not for these roles | None | Magic login |
| Make it the primary method | Off | Magic login |
General → Notifications
| Setting | Default | See |
|---|---|---|
| Email me when these roles sign in | Administrator, Editor, Author | Notifications |
| Email me when someone is blocked | On | Notifications |
| Send to | {admin_email} | Notifications |
| Summary email | Off | Notifications |
General → Visitor IP
| Setting | Default | See |
|---|---|---|
| Trusted proxies | None | Core security |
| Proxy IP header | X-Forwarded-For | Core security |
General → Advanced
| Setting | Default | See |
|---|---|---|
| Automatically delete logs older than (days) | 30 | Audit logs |
2FA Enrollment
A list, not settings: every eligible user and their enrolled device methods, with a per-user reset. Two-factor.
IP Access Rules
| Setting | Default | See |
|---|---|---|
| Block list | Empty | IP access rules |
| Allow list | Empty | IP access rules |
| Restrict these roles to allow-listed addresses | None | IP access rules |
Social Login
| Setting | Default | See |
|---|---|---|
| Enable social login / signup | Off | Social login |
| Google: enabled, credential storage, client ID, client secret, One-Tap | Off | Login with Google, Google One-Tap |
| GitHub: enabled, credential storage, client ID, client secret | Off | Login with GitHub |
| Facebook: enabled, credential storage, client ID, client secret, API version | Off | Login with Facebook |
Login & Signup Forms
| Setting | Default | See |
|---|---|---|
| Enable custom auth forms | Off | Shortcodes |
| Login page design: enabled, banner and form settings per page | Off | Login page designer |
Login Redirects
| Setting | Default | See |
|---|---|---|
| Enable custom login redirects | Off | Login redirects |
| Default login redirect URL, default logout redirect URL | Empty | Login redirects |
| Rules | None | Login redirects |
System Emails
| Setting | Default | See |
|---|---|---|
| Each of the eight emails: status, subject, body | WordPress default | System emails |
| Template: logo, colours, font, footer, from and reply-to | Plain | System emails |
Security → Monitoring
| Setting | Default | See |
|---|---|---|
| Scheduled scanning | Off | File integrity |
| Scan interval | Daily | File integrity |
| Registered mode | Off | File integrity |
Where settings are stored
All settings are rows in wp_options: __fls_auth_settings, __fls_social_auth_settings,
__fls_auth_forms_settings, __fls_auth_customizer_settings, fa_system_email_settings,
__fls_integrity_settings and __fls_auth_ip_rules. Logs are in their own tables; see
Audit logs.
Something wrong or missing on this page?Open an issue on GitHub ↗