common.login_blocks

Field Type Null Default Key Extra Comment
lb_id int(11) NO PRI auto_increment
lb_email varchar(255) NO MUL Email address that is blocked. If empty, IP is blocked for all users
lb_ip varchar(25) NO MUL IP that is blocked. If empty, user is blocked for all IPs
lb_integrity_key text YES Used to authenticate the user before the session is initialized.
lb_block_ends datetime YES
lb_inactive tinyint(1) NO 0 Indicates if the login block is 0:active or 1:inactive
lb_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References