Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic error handlers and specific user registration error template #263

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Jan 31, 2023

Adds generic error handling to app -- any Python exception to the server will now yield a specific error message.

Also add a specific HTML response when someone tries to make a user account without being on the allow list.

Closes #247.

@ml-evs ml-evs marked this pull request as ready for review January 31, 2023 12:51
@ml-evs ml-evs force-pushed the ml-evs/add_registration_error branch from fe703b1 to 5a2ba78 Compare January 31, 2023 14:55
@ml-evs ml-evs requested a review from jdbocarsly January 31, 2023 17:25
@ml-evs ml-evs changed the title Add generic error handlers and specific user registration error with … Add generic error handlers and specific user registration error template Jan 31, 2023
@ml-evs ml-evs merged commit 03519b3 into main Feb 1, 2023
@ml-evs ml-evs deleted the ml-evs/add_registration_error branch February 1, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve error page for registration
2 participants