umbraco-admin-reset icon indicating copy to clipboard operation
umbraco-admin-reset copied to clipboard

Does not work with 7.4.10 when restoring db from server to localhost

Open bob-2165 opened this issue 6 years ago • 5 comments

The most recent UmbracoAdminReset.dll does not work for 7.4.10. However, when the archived file from 27/11/2015, it still does not work when logging requesting the url /umbraco/adminreset/useractions/reset

It indicates that the resource cannot be found. Any idea about how to fix this. I do not know why I obtain password issues when trying to copy the server database to the localhost by using restore in SQL Server Management Studio.

bob-2165 avatar Feb 25 '20 05:02 bob-2165

@bobi33 The same issue. Let me know if you get it solved, please

ReVoid avatar Mar 02 '20 18:03 ReVoid

Hi, I did not get it working. I had to go into sql, find the user table, reset the HEX password to a known HEX for the word "password". That was how I got in.

bob-2165 avatar Mar 02 '20 18:03 bob-2165

@bobi33 Oh, good. Please, write here a hex for "password" for those who has the same issue, it would solve the problem pretty quickly for others :)

ReVoid avatar Mar 02 '20 18:03 ReVoid

@ReVoid here was the article I followed: [https://www.jondjones.com/learn-umbraco-cms/umbraco-7-tutorials/umbraco-troubleshooting/reset-your-umbraco-7-password-manually-via-the-database/]

bob-2165 avatar Mar 03 '20 03:03 bob-2165

@bobi33 Thank you! I followed other way: I just replaced admin email in database and then just use password reminding feature.

ReVoid avatar Mar 12 '20 09:03 ReVoid