Hello VM community
I'm using Joomla 3.9.23 and VirtueMart 3.8.6 10373
Reset password not working when "VM Framework Loader during Plugin Updates and Registration Redirect" is enabled
The test user exists and is not an admin
Not working means : email is not sent and "create account page" is loaded
When this plugin is disabled, Joomla sends the email and password can be reset.
Please help, anything can be done?
Thank you for your time :)
this???
https://forum.virtuemart.net/index.php?topic=146092.msg519513#msg519513
Sadly no :(
I've already modified : administrator/components/com_virtuemart/models/user.php
from : $user->set('block', '0'); to $user->set('block', '1');
no change...
After banging my head for a week now
-uninstalling stuff and re-installing
-deactivating stuff and re-activating...
I finally figured it OUT! If anyone having this issue : Reset password not working when "VM Framework Loader plugin" is enabled
Solution :)
-in Joomla / Users : Options
-goto INTEGRATION tab
-URL Routing : choose MODERN
Really! well found...
So sites that use registration should have this set to modern? Default setting in Joomla is legacy.
"Legacy" was not working for me... I'm using Joomla 3.9.23 and VirtueMart 3.8.6 10373
With "Legacy"... after user inputs his email to reset, the only thing happening was the registration page loading, no email sent, no reset... nothing.
If I disable "VM Framework Loader during Plugin Updates and Registration Redirect" .... email is sent.. but I loose Virtuemart registration with all extra fields I need.
When I tried the "Modern" and enabled "VM Framework Loader during Plugin".. all worked perfectly! Email was sent and reset was possible.
Could it be a template issue? I don't know...maybe... I'm using a Yootheme template which uses UIkit3 and it's up to date.
I'm reporting back here with my situation if anyone needs help :)