Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Create POST /users/forgot-password route #221

Closed
alonttal opened this issue Apr 2, 2018 · 1 comment
Closed

Create POST /users/forgot-password route #221

alonttal opened this issue Apr 2, 2018 · 1 comment
Assignees
Projects

Comments

@alonttal
Copy link
Collaborator

alonttal commented Apr 2, 2018

To send a reset password email
Estimated time: 1.5 hours

@alonttal alonttal added this to the Mid Semester POC milestone Apr 2, 2018
@alonttal alonttal self-assigned this Apr 2, 2018
@alonttal alonttal added this to Backlog in Roommates via automation Apr 2, 2018
alonttal added a commit that referenced this issue Apr 2, 2018
	Added a new reset-password service. This service is responisble
	for managing the Reset-Password flow. it includes a function for
	sending	reset password emails and a function for verifying a
	reset password requester.
Routes:
	POST /users/forgot-password - to send an email (authentication
	required)
	GET /users/reset-password/:token - to answer the request sent to
	the server when a user clicks the link that was sent to his/her
	mail.
	POST /users/reset-password/:token - recieves the new password
	and updates it.
User:
	resetPassword method - performs checks on the new password,
	encrypts it and changes password. may throw exception on
	failure.

issues: #221 #222 #223 #224 #225
@alonttal
Copy link
Collaborator Author

alonttal commented Apr 2, 2018

done.

@alonttal alonttal closed this as completed Apr 2, 2018
Roommates automation moved this from Backlog to Done Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Roommates
  
Done
Development

No branches or pull requests

1 participant