Created
March 14, 2014 03:22
-
-
Save loonison123/9541590 to your computer and use it in GitHub Desktop.
SQL script to change BlogEngine.Net password
This file contains hidden or 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
| -- The below hash is "admin". That is between the quotes, lower case - admin | |
| update be_users set password = 'jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=' where userid = [[USERID OF TARGET USER]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment