user_password_resets

0 rows


Description

table tracking password reset confirmation tokens

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
userid BIGINT 19 null
user.id userpassrese_use2_fkR

id of the user account which requester claimed to be

timerequested BIGINT 19 null

The time that the user first requested this password reset

timererequested BIGINT 19 0

The time the user re-requested the password reset.

token VARCHAR 32

secret set and emailed to user

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
userpassrese_use4_ix Performance Asc userid

Relationships