Hello Magento Friends,

Today I will provide the solution for How to Make User Register but not Login in Magento 2.4?

In default Magento, when the customer registers, they are not asked for login. The user gets automatically logged in after registering.

After registration, the customer must be redirected to the login page instead of automatic login. To accomplish this follow the below step.

Steps to Make User Register but not Login in Magento 2.4:

Step 1: Create a file in your extension along with the plugin at the below-mentioned path

app\code\Vendor\Extension\Plugin\Customer\Account\CreatePost.php

Now, add the below code

That’s it!

Conclusion:

Simple as that, this way you can Make User Register but not Login in Magento 2. Mention your difficulties in the comment box. Share the article and stay connected with us.

Happy Coding!

Click to rate this post!
[Total: 8 Average: 5]