Umbraco admin password reset: When you’ve forgotten your Umbraco admin password, use the following SQL query to reset your password for Umbarco: Reset your Umbraco password with this SQL statement (in phpMyAdmin or MySQL shell): UPDATE UMBRACOUSER SET userdisabled=0, userLogin='admin', userPassword='bnWxWyFdCueCcKrqniYK9iAS+7E=' WHERE id=0; This query resets your password to default. Umbraco admin reset .NET project Richard Soeteman created an Umbraco Admin reset project which sets …
Continue reading "Umbraco CMS admin password reset"
The post Umbraco CMS admin password reset appeared first on Sysadmins of the North.