twenty
twenty copied to clipboard
Migrate passwordResetToken and passwordResetTokenExpiresAt to AppTokens table
We have two columns passwordResetToken
and passwordResetTokenExpiresAt
on the users table.
We should delete them and use a new dedicated type in the AppTokens
table instead.
Marking as "good first issue" but backend issues are usually harder than frontend good first issues.
@FelixMalfait I can work on this
@pacyL2K19 Thanks!!!