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