I am struggling to figure out where the 'reset password' link will not show on the login screen. <allowPasswordReset> is not recognised as it was introduced in 7.5 - https://our.umbraco.com/documentation/reference/config/umbracosettings/#security
and I have enablePasswordReset="true" set in the UsersMembershipProvider in the web.config.
Reset Password not showing on login screen v7.3.7
Hi,
I am struggling to figure out where the 'reset password' link will not show on the login screen.
<allowPasswordReset>
is not recognised as it was introduced in 7.5 - https://our.umbraco.com/documentation/reference/config/umbracosettings/#security and I haveenablePasswordReset="true"
set in the UsersMembershipProvider in the web.config.Thanks.
Hi Nutty About Hosting
The reset password link was introduced in Umbraco 7.5
https://umbraco.com/blog/umbraco-750-helpful-faster-and-easier/
So before this version, there won't be a reset password link on the login screen!
regards
Marc
That would explain that Marc, thanks!
How did you do a password reset then? Did you have to build it yourself?
If you have your Umbraco running with a SQL server database then you could use this nifty workaround from Richard Soeteman.
Latest version = https://github.com/rsoeteman/umbraco-admin-reset Umbraco repo version: https://our.umbraco.com/projects/developer-tools/umbraco-admin-reset/
Used it myself and can confirm it works.
Any luck?
Yes thanks! Used the dll reset and worked a dream :-)
Great!
is working on a reply...