An email is sent with a link to a webpage which contains a form where the user can enter the new password.
PUT musora-api/forgot
- Without restrictions
Type | Key | Required | Notes |
---|---|---|---|
body | yes |
$.ajax({
url: 'https://www.domain.com' +
'/musora-api/forgot',
{
"email": "email@email.ro"
}
,
success: function(response) {},
error: function(response) {}
});
{
"success": true,
"title": "Please check your email",
"message": "Follow the instructions sent to your email address to reset your password."
}