ExpressHermes / Singular-News

A Django news app powered with machine learning to provide personalised feed to the users based on their interactions on the app.
GNU General Public License v3.0
11 stars 9 forks source link

Handle signup error properly #14

Open ExpressHermes opened 3 years ago

ExpressHermes commented 3 years ago

Problem Currently when user try to signup and verification is not sent due to some issue, the account is still created. It prevents the user from signing up again.

Solution Add exception handling to delete the created user if verfication email is not sent during signup process.