Přeskočit na obsah
WordPress.org

Česko

  • Šablony
  • Pluginy
  • Novinky
  • Podpora
  • O WordPressu
  • Openverse
  • Vzory
  • Komunitní podpora
  • Překlady
  • Kontakt
  • Získejte WordPress
Získejte WordPress
WordPress.org

Plugin Directory

Elevation Magic Link Login

  • Odeslat plugin
  • Moje oblíbené
  • Přihlásit se
  • Odeslat plugin
  • Moje oblíbené
  • Přihlásit se

Elevation Magic Link Login

Autor: Elevation Team
Stáhnout
  • Podrobnosti
  • Hodnocení
  • Instalace
  • Vývojáři
Podpora

Popis

Elevation Magic Link Login allows your users to sign in without remembering a password. By simply entering their username or email address, they receive a secure, time-sensitive link via email that logs them in instantly.

This plugin is built with security as a priority, utilizing WordPress best practices such as nonces, input sanitization, output escaping, hashed tokens, and HMAC signatures to ensure your site and users remain protected.

Features

Adds a „Send Me a Magic Link“ button to the default WP login form.

New: Toggle-based UI that hides the password field when requesting a link for a cleaner experience.

Secure, high-entropy token generation.

Tokens are hashed before storage for maximum security.

Cross-device support: Uses stateless HMAC signatures to validate links even if opened on a different device than requested.

One-time use links that expire after 15 minutes (filterable).

No-password fallback for users who forget their credentials.

Lightweight and developer-friendly.

Filterable redirect URL after successful login.

Instalace

Upload the elevation-magic-link-login folder to the /wp-content/plugins/ directory.

Activate the plugin through the ‚Plugins‘ menu in WordPress.

Your login page will now display the Magic Link button.

Nejčastější dotazy

How long do links stay valid?

By default, links expire after 15 minutes. Developers can change this using the emll_token_expiration filter.

Does this replace the standard password login?

No, it adds a secondary option. Users can still log in using their standard username and password.

How can I change the redirect URL?

You can use the emll_login_redirect filter in your theme’s functions.php. Example:
add_filter(‚emll_login_redirect‘, function($url, $user) { return home_url(‚/welcome‘); }, 10, 2);

Recenze

Pro tento plugin nejsou žádné recenze.

Autoři

Elevation Magic Link Login je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci
  • Elevation Team
  • Mauricio Suarez

Přeložte “Elevation Magic Link Login” do svého jazyka.

Zajímá vás vývoj?

Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.

Přehled změn

1.2.2

Improved UI: The „Send Magic Link“ button now toggles the form view, hiding the password field and showing a specific email submission button.

Added „Back to Password Login“ link for better usability.

1.2.1

Security Update: Implemented Stateless HMAC Signature verification. This validates the link origin while allowing users to request on one device and login on another.

Fix: Replaced raw script tags with wp_add_inline_script for better WordPress standard compliance.

1.2

Added emll_login_redirect filter for custom redirect URLs.

Documentation updates.

1.1

Added hashed token storage.

Improved security checks for user identification.

Added CSRF protection via nonces.

1.0

Initial release.

Meta

  • Verze 1.2.2
  • Poslední aktualizace před 3 měsíce
  • Aktivních instalací Méně než 10
  • Verze WordPressu 5.0 nebo novější
  • Testováno až do WordPressu 6.9.4
  • Jazyk
    English (US)
  • Štítků
    authenticationloginmagic linkpasswordlesssecurity
  • Podrobnosti

Hodnocení

Zatím nebyly zadány žádné recenze.

Your review

Zobrazit všechny recenze

Spolupracovníci

  • Elevation Team
  • Mauricio Suarez

Podpora

Potřebujete pomoc?

Fórum podpory

  • O WordPressu
  • Novinky
  • Hosting
  • Soukromí
  • Příklady
  • Šablony
  • Pluginy
  • Vzory
  • Vzdělávání
  • Podpora
  • Vývojáři
  • WordPress.TV
  • Zapojte se
  • Události
  • Podpořit
  • Pět pro budoucnost
  • WordPress.com
  • Matt
  • bbPress
  • BuddyPress
WordPress.org
WordPress.org

Česko

  • Navštivte náš účet na X (dříve Twitter)
  • Navštivte náš Bluesky účet
  • Navštivte náš účet Mastodon
  • Navštivte náš Threads účet
  • Navštivte naši stránku na Facebooku
  • Navštivte náš Instagram účet
  • Navštivte náš LinkedIn účet
  • Navštivte náš TikTok účet
  • Navštivte náš YouTube kanál
  • Navštivte náš Tumblr účet
Code is Poetry.
The WordPress® trademark is the intellectual property of the WordPress Foundation.