MageSmith

🔐 Magento_Security · engine innodb

password_reset_request_event

Password Reset Request Event under a security control

Columns (5)

NameTypeNullDefaultComment
id PKint unsignednoEntity ID
request_type smallint unsignednoType of the event under a security control
account_reference varchar(255) yesAn identifier for existing account or another target
created_at timestamp noCURRENT_TIMESTAMPTimestamp when the event occurs
ip varchar(45) noRemote user IP

Keys & indexes

Primary key: id

Indexes

  • PASSWORD_RESET_REQUEST_EVENT_ACCOUNT_REFERENCE (account_reference) btree
  • PASSWORD_RESET_REQUEST_EVENT_CREATED_AT (created_at) btree