Show successful notification only when the user is registered and resets the password
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

Here in the code instead of returning true when an user is found anonymous, we can return false and print "please verify your email"
@gautamjajoo @RishabhJain2018 can I take this issue ?
@gautamjajoo @RishabhJain2018 can I take this issue ?
Hey. If this issue is not solved yet, may I take it up?
@gautamjajoo Does this mean that it asks for the email after the user chooses forgot password?