2

Where in the Magento database can I find the information about whether a user is locked or not? I checked all the customer_* tables but could not find something.

Thanks!

user1856596
  • 7,027
  • 10
  • 41
  • 63

1 Answers1

0

check lock_expires value in admin_user table, reset failures_number to 0 if you need to do that from database level

Jan Myszkier
  • 2,714
  • 1
  • 16
  • 23