Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created April 30, 2014 07:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anytizer/11420125 to your computer and use it in GitHub Desktop.
Save anytizer/11420125 to your computer and use it in GitHub Desktop.
Reset user password in Mantis Bug Tracker
UPDATE mantis_user_table SET PASSWORD=MD5('PASSWORD'), enabled=1, protected=0, access_level=90 WHERE username='USERNAME';
@zaicnupagadi
Copy link

Thanks! ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment