Skip to content

Instantly share code, notes, and snippets.

@shrop
Created March 12, 2012 12:48
Show Gist options
  • Save shrop/2021623 to your computer and use it in GitHub Desktop.
Save shrop/2021623 to your computer and use it in GitHub Desktop.
Reset Drupal Password for uid 1
UPDATE users SET pass = MD5('1Password')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment