VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: serazoo on January 25, 2021, 19:39:11 PM

Title: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: serazoo on January 25, 2021, 19:39:11 PM
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 :)
Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: GJC Web Design on January 25, 2021, 20:41:49 PM
this???

https://forum.virtuemart.net/index.php?topic=146092.msg519513#msg519513
Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: serazoo on January 25, 2021, 20:48:31 PM
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...
Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: serazoo on February 01, 2021, 19:58:18 PM
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



Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: GJC Web Design on February 01, 2021, 20:14:55 PM
Really!    well found...
Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: jenkinhill on February 02, 2021, 10:55:19 AM
So sites that use registration should have this set to modern? Default setting in Joomla is legacy.
Title: Re: Reset password not working when "VM Framework Loader plugin" is enabled
Post by: serazoo on February 02, 2021, 20:15:24 PM
"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 :)