✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WP 2FA Premium: enrollment, methods & policy exceptions as tables

WP 2FA Premium stores per-user state in wp_usermeta with the wp_2fa_* key prefix. SleekView reads those keys, joins them with wp_users, and produces a compliance roster you can filter, save, and export.

♾️ Lifetime License available

SleekView table view for WP 2FA Premium by Melapress

Premium policies only matter when you can audit every user

WP 2FA Premium by Melapress extends the free plugin with per-role policies, trusted devices, customisable grace periods, white-label branding, and an extended set of methods including hardware keys and recovery codes. The configuration screens are clean, but the auditor's question (which users on this site still have not enrolled, and which ones are using the weakest acceptable method) is buried in wp_usermeta rather than answered on a single page.

SleekView reads the wp_2fa_enabled_methods, wp_2fa_status, wp_2fa_grace_period, and wp_2fa_last_login meta keys WP 2FA Premium writes, then joins them with wp_users and the capabilities meta to produce a per-user roster. Role, method, status, grace expiry, and last verification become first-class columns, sortable and filterable together.

Edits route through WP 2FA's own settings APIs where the plugin exposes them (resetting a user, extending grace, removing trusted devices). Where it does not, SleekView falls back to direct meta updates with conflict detection so the audit trail stays intact and two admins editing the same row cannot silently overwrite each other.

Workflow

From WP 2FA Premium settings to a provable compliance roster

1

Pick the source

Select wp_users joined with wp_usermeta and pre-filter to the wp_2fa_* meta keys WP 2FA Premium writes. The capabilities meta is joined automatically to expose role.
2

Compose columns

Add columns for user, role, method, status, grace expiry, trusted-device count, and last verified. Derive a boolean compliant column from status to make filtering binary and obvious.
3

Save and scope per role

Save views like 'Admins not enrolled', 'Editors in grace this week', and 'Users on email fallback only'. Scope each view per WordPress role so junior admins only see what they should.
4

Edit inline and bulk-update

Reset a single user inline through the plugin's API, or bulk-extend grace for a department by editing the meta column directly with conflict detection on concurrent admin edits.

Sample columns

WP 2FA Premium enrollment roster

Each user on the site with role, method, status, grace expiry, and last verification on a single row, joined from wp_users and WP 2FA Premium usermeta keys.
Source: wp_usermeta (wp_2fa_* keys) + wp_users + wp_usermeta (wp_capabilities)
User Role Method Status Grace ends Last verified
alex@studio.co Administrator TOTP + hardware key Enrolled n/a 12m ago
ria@design.io Editor TOTP Enrolled n/a Apr 24
tom@hello.dev Administrator Email fallback In grace May 22 Apr 18
mia@brew.coop Author none Non-compliant Expired never

Comparison

Default WP 2FA Premium admin vs SleekView

Default WP 2FA Premium admin

  • Per-user state lives in wp_usermeta and never appears on the Users screen
  • No single roster of admins still missing 2FA across roles
  • Method mix (TOTP vs email vs hardware keys) requires per-user clicks to read
  • Grace-period stragglers cannot be filtered as a group from the settings screens
  • Trusted-device counts from wp_2fa_trusted_devices are invisible at scale

SleekView

  • Joins wp_users with the wp_2fa_* usermeta keys in one query
  • Filter by role + status to see admins still missing 2FA in one click
  • Sort by grace expiry to catch users about to lock themselves out
  • Saved views for monthly compliance reports and SOC2 evidence
  • CSV export of the exact roster, with filters preserved, for stakeholder review

Features

What SleekView gives you for WP 2FA Premium by Melapress

Compliance roster

A saved view of every administrator with role, method, and status visible together. The CSV export of that view is the audit evidence security committees ask for each quarter.

Method audits

Filter by the value of wp_2fa_enabled_methods to find users still on email fallback when policy expects TOTP or a hardware key as the primary method.

Grace stragglers

Filter the grace-period meta to users whose grace ends in the next seven days. Reach out before WP 2FA Premium hard-locks them and turns a routine policy into a support ticket.

Audience

Who uses SleekView for WP 2FA Premium

Security and compliance leads

Monthly review filters role to administrator and status to non-compliant, exports the CSV, and the SOC2 or ISO evidence is captured without screenshots.

Large editorial teams

When dozens of editors and contributors share access, a roster view of method choice and grace state replaces the spreadsheet a security analyst maintains by hand.

WordPress agencies

One saved 2FA roster template per retainer client. Every quarterly review answers the same question with the same query, instead of relearning each install.

The bigger picture

Enforcement is half the story; per-user evidence is the other half

Most credential-driven WordPress incidents involve accounts that should have had 2FA but did not, often because someone slipped through a grace period or a role exception that nobody reviewed in time. WP 2FA Premium's enforcement is solid, but enforcement only counts in an audit when it is regularly verified at the per-user level, and the default Premium screens emphasise policy configuration rather than per-user state. Security teams therefore either trust the policy is being applied correctly (which most auditors will not accept) or they extract enrollment data from wp_usermeta by hand.

SleekView turns the underlying schema into a first-class asset, joining wp_users with the wp_2fa_* keys to produce a roster of every user and every relevant meta value. Saved views answer the questions a security committee asks every quarter, including admin compliance, method mix, grace-period stragglers, and trusted-device counts. That moves 2FA from 'we have a policy' to 'here is the proof, exported yesterday, with these specific users being followed up by name'.

The roster also replaces an ad-hoc spreadsheet that some analyst maintained by hand, which is always slightly out of date and never reflects the live state of wp_usermeta.

Questions

Common questions about SleekView for WP 2FA Premium by Melapress

No. WP 2FA Premium continues to enforce policies, gate logins, and run the grace-period state machine. SleekView only reads the meta keys the plugin writes and surfaces them as a roster.

 

Any wp_2fa_* key WP 2FA Premium writes, including wp_2fa_enabled_methods, wp_2fa_status, wp_2fa_grace_period, wp_2fa_trusted_devices, and the premium-only recovery audit keys. Each is mapped once and reused across every saved view.

 

No. SleekView respects the same capability and meta visibility WP 2FA Premium uses, and sensitive keys can be marked hidden in the column config so they never appear in any view regardless of who opens it.

 

Yes. Network and per-site enrollment both query cleanly, so a super-admin can build one network-level view of every user's 2FA status or scope a view to a single blog when each tenant has its own policy.

 

Yes, where WP 2FA Premium exposes a reset API, the inline action calls that API and the change appears in the plugin's own audit log. Where no API exists, the meta keys are updated directly with conflict detection on concurrent edits.

 

Live. Each view query reads wp_users and wp_usermeta on demand, so a user who enrolled five minutes ago shows up correctly. There is no SleekView cache layer that needs to be invalidated mid-audit.

 

Yes. WP 2FA Premium and WP Activity Log share the Melapress stack and SleekView can join on user_id to overlay activity counts or last login from wp_wsal_metadata onto the same roster.

 

Yes. A saved view filtered to a single user ID exports cleanly to CSV and JSON, which matches the structured-export expectations of GDPR data-subject access requests.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView