wpi-acm / Hack-WPI-Python

A port over to another registration system in python
MIT License
2 stars 2 forks source link

Duplicate registrations cause internal server error instead of being gracefully reported #22

Open Muirrum opened 8 months ago

Muirrum commented 4 months ago

https://github.com/wpi-acm/Hack-WPI-Python/blob/master/goathacks/registration/__init__.py#L33

Should check for existing email here before continuing to check passwords. If email already, exists, redirect to login page