Skip to content

Instantly share code, notes, and snippets.

@KayeeNL
Created July 6, 2020 08:40
Show Gist options
  • Save KayeeNL/877f1cd9a6ac6e11e9d444f909414127 to your computer and use it in GitHub Desktop.
Save KayeeNL/877f1cd9a6ac6e11e9d444f909414127 to your computer and use it in GitHub Desktop.
UPDATE
[aspnet_Membership]
SET
[Password]='qOvF8m8F2IcWMvfOBjJYHmfLABc=',
[PasswordSalt]='OM5gu45RQuJ76itRvkSPFw==',
[IsApproved] = '1',
[IsLockedOut] = '0'
WHERE
UserId IN (
SELECT UserId FROM dbo.aspnet_Users WHERE UserName = 'sitecore\Admin'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment