Open HarinderKaur11 opened 7 years ago
How are you planning to solve this?
@medhach I will be working on it in a day or 2 as I am giving my final exams. Once I am done, I will drop in the solution here :)
Hey @medhach , I'm a GSoC aspirant. I would like to solve this issue by making a django form for signup and display appropriate error messages using form.errors and reloading the signup page with form filled with request.POST.
@sidharth6323 I am already on it. Look for some other open issue that is free :)
After the user has filled all his details in the sign-up, he is taken to a next window which, in the case of an invalid entry, displays the error message with a link 'click here to go back to sign up page'. When the user hits this link, he is taken back to the sign-up page but all the previously filled details are lost and the user has to do this again from the beginning which is tedious and wastage of time. The previously entered details must be retained. I would like to work on this issue.