Skip to content

Database schema: the password_token table

Cătălin Frâncu edited this page May 22, 2019 · 2 revisions

A password_token is a random sent to a user in an email to help the user reset their password.

Column Description
id Unique numeric ID.
userId User that receives the token. Matches user.id.
token Random string of letters and numbers. The user will receive it via email.