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

[NEW] REST API to perform forgot password #10315

Closed
philipbrito opened this issue Apr 3, 2018 · 0 comments
Closed

[NEW] REST API to perform forgot password #10315

philipbrito opened this issue Apr 3, 2018 · 0 comments
Assignees
Milestone

Comments

@philipbrito
Copy link
Contributor

Creates a REST API to perform forgot password.
Here is the idea:

  • User calls the forgot password REST API with an email;
  • The API checks if the email is valid (I mean, if it exists at least on the DB);
  • If the user email is valid the API dispatches an email with a link to able the user to redefine its password (like the web app does).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants