Testimonial
Matt Darby, Thirty Seven"Made exporting hundreds of members and custom properties a breeze. Outstanding support from Richard as always!"
A few years back we have released Umbraco Admin Reset. A tool that is been used a lot since than to unlock Umbraco environments that you inherit or where password reset functionality no longer helps for some reason.
Since the latest versions of Umbraco this no longer worked. It seems that it is no longer possible to save users using a startup handler. So we made a few changes to Admin reset:
Install is still simple. Just drop the dll in the /bin folder then browse to /umbraco/adminreset/useractions/reset and the credentials will be reset. Of course the dll will still be deleted afterwards.
If you are concerned about security, you can use the following parameters to change the defaults:
umbraco/adminreset/useractions/reset?userId=[id]&userName=[username]&userPassword=[password]
You can find the update on my GitHub page.
Happy resetting!