When a new customer registers an account on our site, the registration page simply refreshes and clears the password field, making it look like registration has failed, when in fact it has succeeded. Is there any way to redirect to the login page after a successful registration, with a "thank you for creating an account message?" Using Magento 2.3.2.
Thank you.
HI @darren_shipp
There might be some cache issue or browser cache.
Clear once magento cache and browser cache. or check once in browser private window.
php bin/magento cache:flush
I hope it will help you!
Hello @darren_shipp
Please check first cookie domain and make sure successful register happens.
also check log if register not working
Thank you both for taking the time to answer. I actually sorted by installing a SMTP extension, and that seems to have fixed THAT issue. On to the next one.......