We're using Merchello for a site with fastrack
All packages, Umbraco are the latest versions.
The forgot password function for members is doing something a little odd.
It's emailing a new password but not actually changing the password in the database.
I don't think its a merchello issue, I suspect its just Umbraco config
Check, please, that you <allowPasswordReset> set to true. It should work out of the box and the setting <allowPasswordReset> in the /config/umbracoSettings.config file
Member forgot password (Merchello )
Hi
We're using Merchello for a site with fastrack All packages, Umbraco are the latest versions.
The forgot password function for members is doing something a little odd. It's emailing a new password but not actually changing the password in the database.
I don't think its a merchello issue, I suspect its just Umbraco config
Anyone any ideas ?
Regards Nick
Hi Nick
Check, please, that you
<allowPasswordReset>
set to true. It should work out of the box and the setting<allowPasswordReset>
in the /config/umbracoSettings.config fileThanks,
Alex
It was a setting in the member, membership provider in the web.config
allowManuallyChangingPassword="true"
Thanks for your help Alex :-)
You are welcome, glad that you solved the issue. Have a great evening.
is working on a reply...