Skip to content

Instantly share code, notes, and snippets.

@brijbaroda
Created May 16, 2020 14:32
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 brijbaroda/7c049729a596bfa03562c393cac44d5b to your computer and use it in GitHub Desktop.
Save brijbaroda/7c049729a596bfa03562c393cac44d5b to your computer and use it in GitHub Desktop.
SQL Script to reset sitecore admin password to b
UPDATE [dbo].[aspnet_Membership]
SET password = '/b3f7qAl0GBqlrf0t+pgTHD6vVE='
,[PasswordSalt] = 'HGAgN+MeKpFyKqGHNggbUg=='
WHERE userid = '<GUID of admin user>'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment