Linux 软件免费装
Banner图

oOMF! Access

开发者 oomf
更新时间 2026年7月26日 11:04
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

security login authentication redirects branding

下载

1.0.0 1.0.1

详情介绍:

oOMF! Access gives WordPress sites a better front door: a polished login page, guided account flows, passwordless magic links, social sign-in, safe redirects, CAPTCHA, hide-admin controls, honeypots, throttling, and lockout protection. It is built for agencies, membership sites, product teams, and site owners who want a professional sign-in experience without hand-rolling templates, OAuth plumbing, redirect rules, and abuse controls for every project. Why teams use it Built for the real WordPress admin The settings screen includes a live preview, grouped controls for content/appearance/behavior/security, provider previews, and setup copy for external services. Frontend and admin assets load only where needed and are versioned with filemtime().

安装:

  1. Upload the plugin folder to /wp-content/plugins/ or install the ZIP from Plugins → Add New.
  2. Activate oOMF! Access. Activation creates a public "Login" page and stores its ID in oomf_access_page_id.
  3. Open Settings → oOMF! Access to configure branding, text, redirects, magic links, social providers, CAPTCHA, and hide-admin options.
  4. Share the generated login URL, usually /oomf-access/.

屏幕截图:

  • Magic link request screen for passwordless email sign-in.
  • Password reset screen with reset link request and alternate login paths.
  • Registration screen with social sign-in and username/email account creation.
  • Logged-in account card with dashboard, logout, profile, and site links.
  • Mobile login layout with stacked social buttons and responsive form controls.
  • Settings home with Hide Admin notice, navigation tabs, and live login preview.
  • Appearance and spacing controls with live preview updates.
  • Social login provider options for OAuth credentials, redirect URIs, roles, and scopes.
  • Behavior settings for login redirects, logout redirects, and site link visibility.
  • Security settings for CAPTCHA, honeypot, time trap, throttling, and lockout controls.
  • Hide Admin and emergency access controls with secret login path settings.

升级注意事项:

1.0.1 Maintenance release aligning installed packages and public release assets with the canonical WordPress.org source. 1.0.0 Major feature release with CAPTCHA providers, Hide Admin, and social login improvements. Review the new security settings after updating.

常见问题:

Where is the login page?

Activation creates a WordPress page containing [oomf_access_form]. You can edit or move that page. If it is deleted, /oomf-access/ still renders the bundled login template so people are not stranded.

Does it replace my theme template?

The shortcode inherits your theme when embedded anywhere. The generated login page uses the bundled minimal template at templates/oomf-access-page-template.php so the dedicated access page stays consistent.

What can I customize?

You can adjust logos, appearance mode, accent color, spacing, headings, helper text, form labels, button text, magic-link copy, redirect destinations, social providers, CAPTCHA settings, hide-admin behavior, honeypot and throttle settings, and lockout thresholds.

How do redirects work?

If a safe redirect_to value is supplied, it wins. Otherwise oOMF! Access uses the configured post-login destination, then falls back to the WordPress admin. Developers can use oomf-access/allowed_redirect_hosts and oomf_access_redirect_destination for custom routing.

What CAPTCHA providers are supported?

oOMF! Access supports reCAPTCHA v2 checkbox, reCAPTCHA v2 invisible, reCAPTCHA v3, and hCaptcha. Scripts load only on access pages and verification happens server-side.

How does Hide Admin work?

When enabled, direct access to /wp-login.php and /wp-admin can be obscured for anonymous visitors while a secret login slug remains available. Emergency bypasses are retained for break-glass access.

Which social providers are supported?

Google, Apple, GitHub, Microsoft, and Facebook can be configured from Settings → oOMF! Access → Social. Each provider shows the callback URL and setup notes you need for its OAuth app.

更新日志:

1.0.1 - 2026-07-25 1.0.0 - 2026-03-24