This space is archived

For current information please use the current ExamSys documentation

password_tokens

Purpose: Used to store tokens used during password reset process.
Joins: users and schools tables.

FieldTypePurpose
idint(11)Primary Key – auto increment.
user_idint(11) unsignedID of the user trying to reset password.
tokenchar(16)The token that has been emailed to the user.
timetimedateTime that the email address was submitted and the token created.