Skip to content

Instantly share code, notes, and snippets.

@jzuijlek
Created October 1, 2014 09:22
Show Gist options
  • Save jzuijlek/86f65e8b0be7729e9b15 to your computer and use it in GitHub Desktop.
Save jzuijlek/86f65e8b0be7729e9b15 to your computer and use it in GitHub Desktop.
Reset MuraCMS admin password
UPDATE tusers
SET Password = '21232F297A57A5A743894A0E4A801FC3'
WHERE UserName = 'admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment