Skip to content

[NEW] REST API to perform forgot password #10315

@philipbrito

Description

@philipbrito

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).

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions