-
Notifications
You must be signed in to change notification settings - Fork 1
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
Duplicate VR users are created #218
Comments
Traceback from a recent failure:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am intermittently seeing a 500 error when visiting VR. Newrelic shows:
django.contrib.auth.models:MultipleObjectsReturned: get() returned more than one User -- it returned 2!
This occured most recently when visiting VR in a tab open from the previous day, receiving a 'session expired' alert, and logging in with my user/pass.
It appears that I have two VR users, 'matthew.barry' and 'Matthew.Barry'. The duplicate (lowercase version) was deleted a few weeks ago but it seems to have reappeared. allanc deleted the lowercase version and renamed the capitalized version to be lowercase in line with the VR users naming convention.
I am not sure what the root cause of the duplicate creation is.
The text was updated successfully, but these errors were encountered: