Show successful notification only when the user is registered and resets the password
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
### Observed Behaviour
Currently, if a user has forgotten his password he can enter the email address and a password reset link will be shared.
Even if the email address is not registered a successful notification is popped up.
### Expected Behaviour
Password reset should only be sent when the user is registered. Otherwise, display an error.
@Ram81 @RishabhJain2018
Contributor guide
Research direction
Start by tracing the password-reset flow in the Python/Django application from the email submission through its success and error responses. Confirm the behavior for registered and unregistered email addresses, and consider the work done when only registered users receive a success notification while others receive an error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100