Re: PasswordResetView not validating existing emails

2020-01-08 Thread Sanyam Mittal
; > > > On Thursday, 9 January 2020 02:08:16 UTC+1, SANYAM MITTAL wrote: >> >> PasswordResetView returns a success message for emails not in database >> also. >> >> *Problems Faced* >> >>1. If the user is not Registered but strongly thinks the

PasswordResetView not validating existing emails

2020-01-08 Thread SANYAM MITTAL
PasswordResetView returns a success message for emails not in database also. Problems Faced 1. If the user is not Registered but strongly thinks they are registered and have forgotten the password they would keep trying to get Reset email. 2. If they've typed a wrong email in PasswordResetForm. T