ShaastraWebops / Shaastra-2013-Website

12 stars 7 forks source link

Login/Registration Fail #27

Closed BademiChetan closed 12 years ago

BademiChetan commented 12 years ago

I did the old school registration and tried to login without verifying. This happened.

BademiChetan commented 12 years ago

@srmanikandasriram This is imp. Fix this ASAP.

srmanikandasriram commented 12 years ago

fixed it... the issue was once registration is completed, the "A mail has been sent..." message needs to be displayed, and so we were rendering to the login template from the register view! so when you immediately try to login, the post is made to the register view. this issue has now been solved using session variable for the message.

BademiChetan commented 12 years ago

Cool.