Skip to content

Instantly share code, notes, and snippets.

@ticean
Created December 10, 2010 20:52
Show Gist options
  • Save ticean/736802 to your computer and use it in GitHub Desktop.
Save ticean/736802 to your computer and use it in GitHub Desktop.
Change Magento password for admin user with SQL command.
UPDATE admin_user SET PASSWORD=MD5('password123'), lock_expires=NULL WHERE username='admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment