Skip to content

Instantly share code, notes, and snippets.

@MatthieuScarset
Created June 19, 2018 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthieuScarset/f17602304a2560842f5c1c404f7ecb3d to your computer and use it in GitHub Desktop.
Save MatthieuScarset/f17602304a2560842f5c1c404f7ecb3d to your computer and use it in GitHub Desktop.
SQL query to reset admin password (admin / admin)
UPDATE users SET pass ='$S$DmWStgEK4Uwao1iqvQeHJibfO6bE/x9EQ0A40qqSrV6T24UW9uAd' WHERE uid = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment