Created
June 30, 2021 10:14
-
-
Save KayeeNL/e4332404eb3b66577c7b57f5c65855b9 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]='VnPO4iQW2vaVUeMU+WTcMwxTFE90b8mB7eZB065prJf0q2f6up/tMwcO7XK1RsBqBz8q+WZOL4xxJ/SrrApH2Q==', | |
[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