mumbleapi icon indicating copy to clipboard operation
mumbleapi copied to clipboard

Endpoint and view for User reset password using Email

Open PraveenMalethia opened this issue 3 years ago • 0 comments

Including an endpoint for a user to reset their password via email without login

Describe the solution you'd like

A clear and concise description of what I want to happen is the user can enter their email in the form and if there will be any user associated with that email then the backend will send an password reset email to that user's email

Describe alternatives you've considered

Creating a token and sending a link attached to the email that will be sent to the user's email also I've considered installing a package for that which is 'django_rest_passwordreset'

PraveenMalethia avatar May 01 '21 10:05 PraveenMalethia