News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Reset password not working when "VM Framework Loader plugin" is enabled

Started by serazoo, January 25, 2021, 19:39:11 PM

Previous topic - Next topic

serazoo

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 :)

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

serazoo

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...

serazoo

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




GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

So sites that use registration should have this set to modern? Default setting in Joomla is legacy.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

serazoo

"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 :)