Skip to content

Instantly share code, notes, and snippets.

@boogah
Created October 16, 2012 19:39
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 boogah/3901488 to your computer and use it in GitHub Desktop.
Save boogah/3901488 to your computer and use it in GitHub Desktop.
Remove all user_activation_key values in WordPress install
--
-- Note: Make sure `wp_users` matches your user table.
--
update wp_users set user_activation_key='';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment