Skip to content

Instantly share code, notes, and snippets.

@mskutta
Last active March 9, 2018 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskutta/b4f2797d7bb50f31607d to your computer and use it in GitHub Desktop.
Save mskutta/b4f2797d7bb50f31607d to your computer and use it in GitHub Desktop.
Resetting the Sitecore Admin Password
UPDATE [aspnet_Membership] SET Password='qOvF8m8F2IcWMvfOBjJYHmfLABc='
WHERE UserId IN (SELECT UserId FROM [aspnet_Users] WHERE UserName = 'sitecore\Admin')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment