njit-dl92 / event_manager

MIT License
0 stars 0 forks source link

Cannot create User due to email validation issue #3

Closed njit-dl92 closed 6 days ago

njit-dl92 commented 6 days ago

Sser creation resulted in a 500 Internal Server Error due to a lack of validation and error handling when attempting to create a user with an existing email ID.

njit-dl92 commented 6 days ago

Added validation for exiting email to avoid throwing 500.

Below is the pull request https://github.com/njit-dl92/event_manager/pull/4