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

[Bug] Registering a new user returns a 500 Server Error when Email Server is not set up #97

Open
morganlking opened this issue Sep 10, 2020 · 1 comment
Labels
enhancement Enhancement of existing feature

Comments

@morganlking
Copy link

morganlking commented Sep 10, 2020

Registering a new user from the login screen when I did not set up an email server generates and displays a 500 Server Error, but still creates the user.

Steps to reproduce the behavior:

  1. Go to login screen and click on register new user
  2. Fill out registration
  3. You should be redirected to a 500 Error Page

I would expect it to automatically log you in or take you back to the login page and say email isn't set up

@optiroot optiroot added the enhancement Enhancement of existing feature label Feb 23, 2021
@optiroot
Copy link
Member

This is the intended behavoir. We could add some validation and check if the email server is set up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants