Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Last active October 6, 2015 04:27
Show Gist options
  • Save waynegraham/2936049 to your computer and use it in GitHub Desktop.
Save waynegraham/2936049 to your computer and use it in GitHub Desktop.
reset omeka password
UPDATE `omeka_users` SET `password`=sha1(concat(`salt`, 'NEW_PASSWORD')) WHERE `username`='USER';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment