Skip to content

Instantly share code, notes, and snippets.

@chrisbalchin
Created June 22, 2017 10:50
Show Gist options
  • Save chrisbalchin/6f8e9e225490f570378f0ba764b6bfe9 to your computer and use it in GitHub Desktop.
Save chrisbalchin/6f8e9e225490f570378f0ba764b6bfe9 to your computer and use it in GitHub Desktop.
Reset locked Magento admin account
UPDATE admin_user SET failures_num = 0, first_failure = NULL, lock_expires = NULL WHERE username = 'username';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment