Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add ability to reset the password #81

Draft
wants to merge 6 commits into
base: development
Choose a base branch
from
Draft

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant