Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Last active October 6, 2015 04:27
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
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