Title: atshift Freeform Login
Author: @shift
Published: <strong>17 d'agost de 2026</strong>
Last modified: 16 de setembre de 2026

---

Cerca extensions

![](https://ps.w.org/atshift-freeform-login/assets/banner-772x250.png?rev=3651844)

![](https://ps.w.org/atshift-freeform-login/assets/icon-256x256.png?rev=3651844)

# atshift Freeform Login

 Per [@shift](https://profiles.wordpress.org/atshift/)

[Baixa](https://downloads.wordpress.org/plugin/atshift-freeform-login.2.4.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/atshift-freeform-login/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/atshift-freeform-login/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/atshift-freeform-login/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/atshift-freeform-login/#developers)

 [Suport](https://wordpress.org/support/plugin/atshift-freeform-login/)

## Descripció

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 up to five passkeys from the standard WordPress
profile screen. The current registration count is shown from 0/5 through 5/5. 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.

When atshift Members is active, its account editing screen can show the same passkey
management controls with or without User Profile Fields. Its account-withdrawal 
flow asks Freeform Login to erase the departing user’s passkey credentials and index
entries before deletion is completed.

#### 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.

English is provided by the plugin source. Bundled translations are included for 
Japanese, Spanish, German, French, Brazilian Portuguese, Italian, Russian, Dutch,
Simplified Chinese, Polish, Turkish, Indonesian, Traditional Chinese (Taiwan), and
Korean.

### Links

 * Official website: [plugins.at-shift.net/en/freeform-login](https://plugins.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.

If another plugin provides a frontend profile page, place `[atshift_passkey_profile]`
on it to let the currently logged-in user add, review, and delete their own passkeys.
It accepts `heading` and `class`; use `heading="false"` when the surrounding page
already supplies the section heading. The shortcode never accepts a user ID, outputs
nothing for logged-out visitors, and marks the page as non-cacheable and `noindex,
nofollow`. The membership or profile plugin remains responsible for requiring a 
login for the whole page.

### 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.

You can try the complete Pro design controls on one site for seven days without 
entering card details. The trial does not renew or charge automatically. When it
ends, only Pro design controls stop; Free login, passkeys, Free settings, and saved
Pro design values remain intact. A purchased license re-enables the saved Pro design.

 * Pro add-on: [Try Pro for 7 days or purchase](https://plugins.at-shift.net/freeform-login/pro/)

### Related Projects

 * [atshift User Profile Fields](https://wordpress.org/plugins/atshift-user-profile-fields/)–
   create practical WordPress user profile fields and optionally place Freeform 
   Login passkey controls within its profile layouts.
 * [at-shift Fields](https://wordpress.org/plugins/atshift-fields-maintenance-for-custom-field-suite/)–
   arrange custom fields for posts and custom post types with a similar field-building
   experience.
 * [atshift Feed Builder](https://wordpress.org/plugins/atshift-feed-builder/) –
   create purpose-specific RSS 2.0 and JSON Feed 1.1 feeds from structured WordPress
   content.

## Captures

[⌊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.⌉[

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.⌉[

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.⌉[

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.⌉[

The visual design editor provides grouped controls and responsive previews before
login-screen changes are enabled.

## Instal·lació

 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.
 9.  If another plugin provides a frontend profile page, insert `[atshift_passkey_profile]`
     where the current user should manage passkeys.

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"]`
 * Passkey management without a duplicate heading: `[atshift_passkey_profile heading
   ="false"]`

For every attribute and examples of passkey-only login and frontend-profile integration,
see the [Shortcode Guide](https://plugins.at-shift.net/en/freeform-login/shortcodes/).

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«atshift Freeform Login» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

 *   [ @shift ](https://profiles.wordpress.org/atshift/)

[Traduïu «atshift Freeform Login» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/atshift-freeform-login)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/atshift-freeform-login/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/atshift-freeform-login/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/atshift-freeform-login/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/atshift-freeform-login/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 2.4.1

 * Updated the Plugins screen, settings guidance, and documentation links to open
   the dedicated Freeform Login Pro page.

#### 2.4

 * Added a seven-day Freeform Login Pro trial path across the Plugins screen, settings
   guidance, and official website.
 * Added non-destructive trial expiry handling so Free login, passkeys, Free settings,
   and saved Pro design values remain available.
 * Added safe trial, purchased-license, and license-server outage states with multilingual
   guidance.

#### 2.3.3

 * Added passkey availability and account-data erasure hooks for atshift Members
   integration.
 * Hardened concurrent credential-index updates, account eligibility checks, and
   passkey deletion with non-pretty permalinks.

#### 2.3.2

 * Updated the official product, author, and Pro add-on links following the website
   migration.
 * Refined the Plugins screen purchase labels and removed its translation-project
   link.

#### 2.3.1

 * Limited each account to five registered passkeys and displayed the current count
   from 0/5 through 5/5.
 * Hardened passkey registration limits, profile management permissions, and multisite
   handling.

#### 2.3

 * Added the `[atshift_passkey_profile]` shortcode for placing current-user passkey
   registration and management controls on frontend profile pages.
 * Added self-only management, cache prevention, and search-index protection for
   frontend passkey profile integration.
 * Updated compatible bundled Symfony dependencies to their latest 7.4 patch releases.

#### 2.2

 * Added bundled translations for Spanish, German, French, Brazilian Portuguese,
   Italian, Russian, Dutch, Simplified Chinese, Polish, Turkish, Indonesian, Traditional
   Chinese (Taiwan), and Korean.
 * Standardized passkey, authentication, and WordPress interface terminology across
   the bundled translations.

#### 2.1.1

 * Reviewed standalone operation and integrations between atshift projects with 
   Codex Security Check, fixing potential defects and security issues and applying
   additional hardening.
 * Made other minor fixes.

#### 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.

## Meta

 *  Versió **2.4.1**
 *  Darrera actualització **fa 3 dies**
 *  Instal·lacions actives **Menys de 10**
 *  Versió del WordPress ** 6.5 o posterior **
 *  Provada fins a **7.1.1**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/atshift-freeform-login/)
 * Etiquetes
 * [custom login](https://ca.wordpress.org/plugins/tags/custom-login/)[login](https://ca.wordpress.org/plugins/tags/login/)
   [login form](https://ca.wordpress.org/plugins/tags/login-form/)[passkey](https://ca.wordpress.org/plugins/tags/passkey/)
   [webauthn](https://ca.wordpress.org/plugins/tags/webauthn/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/atshift-freeform-login/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

[La vostra ressenya](https://wordpress.org/support/plugin/atshift-freeform-login/reviews/#new-post)

[Visualitza totes les ressenyes](https://wordpress.org/support/plugin/atshift-freeform-login/reviews/)

## Col·laboradors

 *   [ @shift ](https://profiles.wordpress.org/atshift/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/atshift-freeform-login/)