Skip to content

Conversation

@mamen
Copy link
Contributor

@mamen mamen commented Mar 3, 2020

Still to-do:

  • Send an email with the reset-link (only if the email exists in our database)
  • Send an email after successfully resetting the password
  • Add a route to set the new password with the given token
  • Check, if given token is still valid (requestedTime + x hours >= now)
  • Add SQL of new table to schema.sql and ci.sql
  • Extract emails as templates
  • Testing

@mamen mamen added the feature label Mar 3, 2020
@mamen mamen added this to the v1 milestone Mar 3, 2020
mamen added 5 commits March 3, 2020 13:04
Added check, if given token is still valid (requestedTime + x hours >= now)
Added SQL of new table to schema.sql and ci.sql
An email is now sent after successfully resetting the password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants