Skip to content

Instantly share code, notes, and snippets.

View chrisbalchin's full-sized avatar

Christopher Balchin chrisbalchin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chrisbalchin on github.
  • I am chrisbalchin (https://keybase.io/chrisbalchin) on keybase.
  • I have a public key ASB1LLMEfZWadxIgVZ7C_8RLRwXXEKDF05bPGVNGqdmfSAo

To claim this, I am signing this object:

@chrisbalchin
chrisbalchin / reset-admin-lock.sql
Created June 22, 2017 10:50
Reset locked Magento admin account
UPDATE admin_user SET failures_num = 0, first_failure = NULL, lock_expires = NULL WHERE username = 'username';