You can redirect to the base url after the login: Add in app/code/community/Bubble/RequireLogin/Model/Customer/Observer.php at line 24 ``` php $session->setAfterAuthUrl(Mage::getBaseUrl()); ```
You can redirect to the base url after the login:
Add in app/code/community/Bubble/RequireLogin/Model/Customer/Observer.php at line 24