Add ability for users to request a password reset.
We can use the same token field we already have in the user schema for this.
For now we can just generate a new token for them and an administrator can pass it to them, later when email integration is done we can email it to them instead.
Add ability for users to request a password reset.
We can use the same token field we already have in the user schema for this.
For now we can just generate a new token for them and an administrator can pass it to them, later when email integration is done we can email it to them instead.