2

I understand that the built in "remember me" functionality of Magento persists the shopping cart.

However, I want it to also keep the customer logged in if they select "Remember me". How can this be accomplished?

1 Answer 1

1

To achieve this feature in magento 2 need to overwrite Magento\Customer\Controller\Account\LoginPost controller and template file

for more details please follow the link http://www.dckap.com/blog/how-to-add-remember-me-username-and-password-feature-in-magento-2/

The code is available on GitHub at https://github.com/jothibasuj/Remember-Me

1
  • Doesn't this extension save the user's password in a Cookie in clear text? Commented Jan 29, 2019 at 11:07

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.