Customer PasswordLess Login Link - Magento 2
This extension will allow customers to login into their account by just clicking a link sent to their email address.
- Customers can request a login link from the login page or checkout page.
- Merchant can send login to customer's email address from customer edit interface in the admin panel.
- The front-end login link option can be disabled from admin settings.
Description
Overview - Customer PasswordLess Login Link Magento-2 Extension
As the name describes, this Magento extension allows customers to get a passwordless login link on their email address. The customer can do this from the login page or login options at the checkout page. Along with this, the merchant can also email them a login link from the customer edit interface in the admin panel.
How this functionality will be useful?
- Customers will not need to remember the password, they can just mention their email address and the system will email them a one-time usable unique login link.
- In case, customer struggles to figure out/reset their account password. The customer support team can just email them the login link from the option available in the admin panel.
Is it secure as the customer is being logged-in without asking for a password?
It's as secure as login with a password because
- The login link can't be directly accessed. It will only be sent to the email registered in the customer account(Same as of the reset password option in Magento).
- The login link contains a secret token unique to each login link
- The login link can be used only once.
- You can configure in the admin panel for how much time the link should be valid.
Reviews
Customer Reviews
- Rating
-
5
- Rating
-
5
Change Log
- Added new setting Store > Configuration > RedChamps > Customer PasswordLess Login Link > General Settings > Additional Security Step
- Magento 2.4.7 compatibility
- [Improvement] Added login option to hyva authentication popup