Skip to content

Instantly share code, notes, and snippets.

@loonison123
Created March 14, 2014 03:22
Show Gist options
  • Select an option

  • Save loonison123/9541590 to your computer and use it in GitHub Desktop.

Select an option

Save loonison123/9541590 to your computer and use it in GitHub Desktop.
SQL script to change BlogEngine.Net password
-- 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