Skip to content

Instantly share code, notes, and snippets.

@ksysctl
Created July 16, 2014 14:34
Show Gist options
  • Save ksysctl/a039e49831d8389c5c97 to your computer and use it in GitHub Desktop.
Save ksysctl/a039e49831d8389c5c97 to your computer and use it in GitHub Desktop.
Reset EE Password
UPDATE `exp_members` SET `username`='admin' `screen_name`='Support', `email`='support@local.dev' WHERE `exp_members`.`member_id` = 1 LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment