Skip to content
WordPress.org

Yorùbá

  • Themes
  • Plugins
  • Àtìlẹ́yìn
  • Nípa
  • Ìwé Ìtónisónà
  • Egbé
  • Kàn síwa
  • Gba WordPress
Wa WordPress jáde
WordPress.org

Plugin Directory

Passwordless Login

  • Fi plugin sílẹ̀
  • Àwọn ààyò mi
  • Wọlé
  • Fi plugin sílẹ̀
  • Àwọn ààyò mi
  • Wọlé

Passwordless Login

Láti ọwọ́ madalin.ungureanu
Ṣe ìgbàsílẹ̀
  • Àwọn àlàyé
  • Àwọn àgbéyẹ̀wò
  • Ìgbéwọlẹ̀
  • Ìdàgbàsókè
Ìrànlọ́wọ́

Àpèjúwe

Passwordless Login is a modern way of loggin into your WordPress site without the use of a password.

Join the discussion here: https://www.cozmoslabs.com/31550-wordpress-passwordless-login/

This is how it works:

  • Instead of asking users for a password when they try to log in to your website, we simply ask them for their username or email
  • The plugin creates a temporary authorization token and saves it in a WordPress transient that expires after 10 minutes
  • Then we send the user an email with a link and the token
  • The user clicks the link and sends the authorization code to your server
  • The plugin then checks if the code is valid and creates the log in WordPress cookie, successfully authenticating the user.

You can use the shortcode [passwordless-login] in a page or widget.

If you’re looking to create front-end user registration and profile forms we recommend Profile Builder.

NOTE:

Passwordless Authentication dose not replace the default login functionality in WordPress.

Àwọn àwòrán ìbòjú

  • Scr1
  • Scr2
  • Scr3
  • Scr4
  • Scr5
  • Scr6
  • Scr7
  • Scr8

Ìgbéwọlẹ̀

  1. Upload the passwordless-login folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a new page and use the shortcode available

FAQ

Is this secure?

Yes. The token is created using wp_hash and it’s based on the user id, the current time and the salt in wp-config.php

Couldn’t anyone login if they have that link?

The token expires after 10 minutes and can only be used once. If people have access to that link it’s supposed they have access to your email, in which case it’s as safe as the default login, since they could reset their passwords.

Isn’t it more complicated they just entering a password?

Weak passwords are used every day by users. There are also people who use the same password across various services and websites. By using the Passwordless Login plugin your users will have one less password to worry about.

But what if my users don’t want to login every time via their email?

You can extend the auth cookie expiration to something like 1 month or 3 months (this can be changed by using the wpa_change_link_expiration filter). Also, you can offer Passwordless Login as an alternative login system and enforce stronger passwords on registration using Profile Builder plugin.

I can’t find a question similar to my issue; Where can I find support?

For more information please visit http://www.cozmoslabs.com or via the support tab.

Àwọn àgbéyẹ̀wò

It’s a favorite

rinustp Èrèlé 9, 2023
Found and installed this plugin today hoping to make logging in easier.It works perfectly. My members are also very satisfied. And it has now also been tested with my theme, Mantra.Definitely worth 5 stars. Thank you.

Use to create “subscriber” login

Ownsale Ọwẹ́wẹ̀ 4, 2022
Hi, I’m looking for a solution that will allow visitors to use email & passwordless login in order to access certain content. NOT to give full admin access. Can I use this plugin to create logins at a lower level than “Administrator”? Thanks

Voluntary fork plugin is available

skillsharejp Ẹrẹ́nà 5, 2022
This was one of my favorite plugins for simplifying user logins. While it may not work on latest WP versions, a Japanese developer has forked and released 5.9.1 compatible version as Magic Login Mail. Thanks to original developers for this wonderful solution.

Brilliant solution for password-free login

WP-Henne Ọ̀wàrà 30, 2019 1 ìdáhùn
Whether for users with login problems or forgetability. Or for comfortable login. An alternative, if too many hacker attacks disturb the login. Fast and helpful support!

A simple and nice tool

moonyell Ọ̀wàrà 24, 2019 1 ìdáhùn
I always prefer these types of simple for installing and using plugin. Passwordless-login provides an alternative for users. Author of this plugin is very supportive. Great job!

It Simply works

Aldoseri Igbe 7, 2019 1 ìdáhùn
This is a very nice plugin that works as expected. No one should complain if they forgot their passwords. fill in your username or email and hit login. In few seconds you’ll receive an email with login link. It’s 2 factor authentication made simpler.
Ka gbogbo àwọn àgbéyẹ̀wò 10

Àwọn Olùkópa & Olùgbéejáde

“Passwordless Login” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa
  • madalin.ungureanu
  • Cristian Antohe
  • Cozmoslabs

A ti túmọ̀ “Passwordless Login” sí àwọn èdè agbègbè 8. Ọpẹ́lọpẹ́ fún àwọn atúmọ̀ èdè fún àwọn ìkópa wọn.

Túmọ̀ “Passwordless Login” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

1.1.4

  • Fix: Allow 2 forms on the same page to process correctly
  • Fix: A compatibility bug with the Allow Users To Login With option from Profile Builder
  • Fix: Switched from using ids to style the form to using classes
  • Fix: Add translation support for the Login form submit button
  • Misc: Added a filter to disable the automatic redirect to homepage for HEAD requests

1.1.3

  • Fix: XSS issue with the already logged in message. Thanks to Mat Rollings
  • Fix: Added nonce check for the admin notice dismiss action
  • Fix: Sanitize additional output
  • Fix: A compatibility bug with Profile Builder when an after login redirect returned an empty string

1.1.2

  • Fix: issues with form being processed multiple times
  • Fix: an issue regarding AV Link Protection
  • Misc: added a filter over the headers of the email that is sent: wpa_email_headers
  • Misc: added a filter to allow adding of extra email verification logic: wpa_email_verify_login

1.1.1

  • Redirect after login based on Profile Builder Pro custom redirects.

1.1.0

  • Fix create_function to anonymous function so it works with PHP 7.2
  • Localize certain strings
  • Add wpa_after_login_redirect filter so you can redirect users after login
  • Change logo and banner

1.0.9

  • Fixed a problem with admin approval error message

1.0.8

  • Added compatibility with Admin Approval from Profile Builder

1.0.7

  • Fix: Properly localize plugin again. Changed the text domain to be the same with the slug.

1.0.6

  • Fix: Properly localize plugin.

1.0.5

  • Fix: Fixed an issue with the Email Content Type. Now we are using the wp_mail_content_type filter to set this.
  • Plugin security improvements.

1.0.4

  • Fix: Remove email ‘from’ filter. Should use wp_mail_from filter.
  • Added support for HTML inside the e-mail that gets sent.
  • Added the wpa_change_link_expiration filter to be able to change the lifespan of the token.
  • Added the wpa_change_form_label to be able to change the label for the login form. The label also changes automatically now based on the value of the Allow Users to * Login With option set in Profile Builder -> Manage Fields.
  • Fix: Generating the url using add_query_args() function.

1.0.3

Fix: Minor readme change

1.0.2

Fix: Added require_once for the PasswordHash class

1.0.1

  • Security fix: tokens are now hashed in the database.
  • Security fix: sanitized the input fields data.
  • Fix: no longer using transients. Now using user_meta with an expiration meta since transients are not to be trusted.
  • Change: removed a br tag.

1.0

Initial version. Added a passwordless login form as a shortcode.

Àkójọpọ̀ Meta

  • Ẹ̀yà 1.1.4
  • Ìgbàgbọ́hùn tó kẹ́yìn ọjọ́ 6 sẹ́yìn
  • Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ 1,000+
  • Ẹ̀yà WordPress 3.9 tàbí ju bẹ́ẹ̀ lọ
  • Dánwò dé 6.9.1
  • Àwọn èdè

    Dutch, English (US), German, Japanese, Spanish (Chile), Spanish (Mexico), Spanish (Spain), Spanish (Venezuela), and Thai.

    Túmọ̀ sí èdè rẹ

  • Àwọn àmì
    custom login formFront end loginlogin shortcodepasswordlesspasswordless login
  • Ìwòye Tó Péye

Àwọn ìbò

5 lára àwọn ìràwọ̀ 5.
  • 10 5-star reviews àwọn ìràwọ̀ 5 10
  • 0 4-star reviews àwọn ìràwọ̀ 4 0
  • 0 3-star reviews àwọn ìràwọ̀ 3 0
  • 0 2-star reviews àwọn ìràwọ̀ 2 0
  • 0 1-star reviews ìràwọ̀ 1 0

Add my review

See all reviews

Àwọn Olùkópa

  • madalin.ungureanu
  • Cristian Antohe
  • Cozmoslabs

Ìrànlọ́wọ́

Àwọn ọ̀ràn tí a yanjú ní oṣù méjì tó kọjá:

1 nínú 1

Wo àpéjọ ìrànlọ́wọ́

Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

Ṣe ìtọrẹ sí plugin yìí

  • Nípa Wa
  • Iroyin
  • Hosting
  • Privacy
  • Àfihàn
  • Themes
  • Plugins
  • Patterns
  • Kọ ẹkọ
  • Atilẹyin
  • Developers
  • WordPress.tv ↗
  • Kópa
  • Àwọn ìṣẹ̀lẹ̀
  • Ṣètọrẹ ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Yorùbá

  • Ṣabẹwo sí àkàùntù X (Twitter tẹ́lẹ̀) wa
  • Bẹwo akanti Bluesky wa
  • Lọ sí àkáǹtì Mastodon wa
  • Bẹwo akanti Threads wa
  • Ṣabẹwo si Facebook wa
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Bẹwo akanti TikTok wa
  • Visit our YouTube channel
  • Bẹwo akanti Tumblr wa
Koodu jẹ Ewi.