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

Fix Issues With Logins #103

Merged
merged 1 commit into from
Jan 18, 2019
Merged

Fix Issues With Logins #103

merged 1 commit into from
Jan 18, 2019

Commits on Jan 18, 2019

  1. Fix Issues With Logins

    When logging in, if the username does not exist in the Q System database, the call to /csrs/me will 500, leading to a poor front end experience. To clean this up, changes were made such that if the username did not exist /csrs/me returned a 404 response. The frontend had an bootstrap alert added such that if the username name did not exist BUT the user was logged in, the user would be warned saying to contact an administrator. The final step was to provisioni csr usernames in the Database for Sean, Scott, Adam, Chris and Karim for future use.
    Adam Kroon committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    44b2029 View commit details
    Browse the repository at this point in the history