Skip to content

Instantly share code, notes, and snippets.

@emedinaa
Created November 11, 2017 23:42
Show Gist options
  • Save emedinaa/d1c8590adc2bd66c6f5be3c3d43e742e to your computer and use it in GitHub Desktop.
Save emedinaa/d1c8590adc2bd66c6f5be3c3d43e742e to your computer and use it in GitHub Desktop.
Mantis tips & tricks
Reset password
UPDATE mantis_user_table SET PASSWORD=MD5('PASSWORD'), enabled=1, protected=0, access_level=90 WHERE username='USERNAME';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment