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

Closed
opened 2024-01-10 19:34:07 -05:00 by Muirrum · 2 comments
Muirrum commented 2024-01-10 19:34:07 -05:00 (Migrated from github.com)
No description provided.
Muirrum commented 2024-04-22 20:14:24 -04:00 (Migrated from github.com)

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

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
ngolp commented 2024-10-16 15:51:54 -04:00 (Migrated from github.com)

See branch handle-duplicate-registration

See branch handle-duplicate-registration
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ACM/hack-wpi-python#22
No description provided.