Skip to content

Instantly share code, notes, and snippets.

@brijbaroda
Created May 16, 2020 14:32
Show Gist options
  • 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