Created
July 6, 2020 08:40
-
-
Save KayeeNL/877f1cd9a6ac6e11e9d444f909414127 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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