跳至内容
WordPress.org

China 简体中文

  • 主题
  • 插件
  • 新闻
    • 文档
    • 论坛
  • 关于
  • 获取 WordPress
获取 WordPress
WordPress.org

Plugin Directory

atshift Freeform Login

  • 提交插件
  • 我的收藏
  • 登录
  • 提交插件
  • 我的收藏
  • 登录

atshift Freeform Login

作者:@shift
下载
  • 详情
  • 评价
  • 安装
  • 开发进展
支持

描述

atshift Freeform Login adds server-verified passkey registration and login to WordPress while keeping the standard WordPress authentication flow and password fallback.

Passkeys let users sign in with a device’s biometric authentication, PIN, or security key instead of typing a username and password. Because each credential is created for this site, passkeys reduce the risks of phishing and password reuse.

Users can register, name, and remove multiple passkeys from the standard WordPress profile screen. Synced passkeys may also be available on other devices using the same storage account. After the first passkey is registered on the site, a passkey login button appears on the WordPress login screen and in the [atshift_login] shortcode.

If WP-Members or another plugin already provides the username and password form, [atshift_passkey_login] can add only the passkey button beside it. Username and password login remains available as a fallback, so users should keep a long, unique password and store it in a password manager.

Passkey support is available on PHP 8.3 or newer when the PHP JSON and OpenSSL extensions are enabled and the site uses HTTPS. Localhost is supported for development. The rest of the plugin continues to run on its stated minimum PHP version when the passkey module is unavailable.

Passkey ceremonies are verified on the WordPress server and do not require an external authentication service. The bundled WebAuthn and supporting libraries are MIT licensed; package names and exact versions are recorded in composer.lock.

When atshift User Profile Fields is active, its optional Passkeys field can place the same management controls within the configured profile layout. Credentials and authentication remain managed by atshift Freeform Login.

Login screen design and shortcodes

The plugin also customizes the standard WordPress login screen without replacing WordPress authentication. The free version includes background colors and images, a site-title brand display, form placement and width, core color controls, responsive fallback, a live preview, the login shortcode, and Jetpack SSO compatibility.

When Jetpack SSO is active, its WordPress.com login UI is styled without replacing Jetpack authentication. The shortcode uses Jetpack automatically and respects Jetpack settings that hide or bypass the local login form. Use [atshift_login jetpack="hide"] only when local username and password login remains available.

Links

  • Official website: upf.at-shift.net/en/freeform-login

Shortcodes

Use [atshift_login] for the complete username, password, and passkey login experience.

If WP-Members or another plugin already provides the username and password form, place [atshift_passkey_login] beside it to output only the passkey button. It accepts redirect, remember, and class. remember defaults to false; use remember="true" to request WordPress’s persistent login cookie.

The standalone button is omitted when the visitor is already logged in, passkeys are unavailable, no passkey has been registered on the site, or Jetpack SSO disables local login.

Pro Add-on

The optional Pro add-on extends the free plugin with custom logo images, precise position offsets, transparency, borders, corner radius, and detailed shadow controls. The free plugin remains usable without an add-on.

  • Pro add-on: Upgrade to Pro

Related Projects

  • atshift User Profile Fields – create practical WordPress user profile fields and optionally place Freeform Login passkey controls within its profile layouts.
  • at-shift Fields – arrange custom fields for posts and custom post types with a similar field-building experience.
  • atshift Feed Builder – create purpose-specific RSS 2.0 and JSON Feed 1.1 feeds from structured WordPress content.

屏幕截图

A customized WordPress login screen places passkey login above the standard username and password fallback.
A customized WordPress login screen places passkey login above the standard username and password fallback.
Users can register a passkey from their WordPress profile, with guidance about passkeys and password security.
Users can register a passkey from their WordPress profile, with guidance about passkeys and password security.
Registered passkeys show a recognizable name, registration date, last-used date, and a delete action.
Registered passkeys show a recognizable name, registration date, last-used date, and a delete action.
The visual design editor provides grouped controls and responsive previews before login-screen changes are enabled.
The visual design editor provides grouped controls and responsive previews before login-screen changes are enabled.

安装

  1. Upload the plugin folder to /wp-content/plugins/.
  2. Activate the plugin.
  3. Open Settings > atshift Freeform Login in the WordPress administration menu.
  4. Configure and save the design.
  5. Enable login-screen application after reviewing the preview.
  6. On PHP 8.3 or newer, open Users > Profile to register a passkey.
  7. To add the complete login form to a page, insert [atshift_login].
  8. If another plugin already provides the login form, insert [atshift_passkey_login] where only the passkey button should appear.

Shortcode examples:

  • Complete form with a redirect: [atshift_login redirect="/my-account/"]
  • Passkey button with a redirect: [atshift_passkey_login redirect="/my-account/"]
  • Passkey button with a persistent login cookie: [atshift_passkey_login remember="true"]

For every attribute and examples of passkey-only integration with an existing login form, see the Shortcode Guide.

评价

此插件暂无评价。

贡献者及开发者

「atshift Freeform Login」是开源软件。 以下人员对此插件做出了贡献。

贡献者
  • @shift

帮助将「atshift Freeform Login」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志。

更新日志

2.1.0

  • Added the [atshift_passkey_login] shortcode for placing a standalone passkey button beside an existing login form.
  • Added same-site redirect, persistent-login, and custom-class options for the standalone passkey button.
  • Improved the position of the WordPress 7.1 Remember Me help bubble across login layouts.
  • Added official shortcode documentation and integration examples.

2.0.1

  • Standardized the plugin action and metadata links shown on the Plugins screen.

2.0

  • Added server-verified passkey registration and passwordless login on supported PHP 8.3 or newer HTTPS sites.
  • Added profile management for multiple named passkeys with registration and last-used dates.
  • Added passkey login to the WordPress login screen and [atshift_login] shortcode alongside the existing password fallback.

0.9.3-beta.3

  • Confirmed compatibility with WordPress 7.1 RC3.
  • Replaced long placement menus with a visual position picker.
  • Added responsive placement controls that switch cleanly between one and two columns.
  • Improved live-preview language visibility and placement labels.

0.9.3-beta.2

  • Reordered form and background placement options from left to right, with each column arranged from top to bottom.
  • Clarified placement labels in English and Japanese.

0.9.3-beta.1

  • Added introductory text alignment and site-tagline defaults.
  • Added add-on-aware settings navigation and Pro upgrade links.
  • Improved form placement, background positioning labels, notices, and live-preview cache handling.

0.9.2-beta.3

  • Added background type controls, introductory text, and a cropped wide-logo option.
  • Improved automatic interaction colors and login-screen compatibility styling.
  • Refined the live preview and grouped conditional settings for clearer editing.

0.9.1-beta.1

  • Moved the design screen under Settings > atshift Freeform Login.
  • Added product illustration and plugin icon source assets for GitHub and future directory use.

0.9.0-beta.1

  • Public beta with responsive login customization, shortcode output, and Jetpack SSO compatibility.

额外信息

  • 版本 2.1.0
  • 最后更新:3 小时前
  • 活跃安装数量 不到10
  • WordPress 版本 6.5 或更高版本
  • 已测试的最高版本为 7.1
  • PHP 版本 7.4 或更高版本
  • 语言
    English (US)
  • 标签
    custom loginloginlogin formpasskeywebauthn
  • 高级视图

评级

尚未提交反馈。

您的评价

查看全部评论

贡献者

  • @shift

支持

有话要说吗?是否需要帮助?

查看支持论坛

  • 关于
  • 新闻
  • 主机
  • 隐私
  • 陈列窗
  • 主题
  • 插件
  • 区块样板
  • 学习
  • 支持
  • 开发者
  • WordPress.tv ↗︎
  • 参与
  • 活动
  • 捐赠 ↗
  • 周边商品 ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

China 简体中文

  • 关注我们的 X(原 Twitter)账号
  • 访问我们的 Bluesky 账号
  • 关注我们的 Mastodon 账号
  • 访问我们的 Threads 账号
  • 访问我们的 Facebook 公共主页
  • 关注我们的 Instagram 账号
  • 关注我们的 LinkedIn 主页
  • 访问我们的 TikTok 账号
  • 访问我们的 YouTube 频道
  • 访问我们的 Tumblr 账号
代码如诗
The WordPress® trademark is the intellectual property of the WordPress Foundation.