This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
500 when using the Doppelgänger function in the Django Admin #1388
Labels
2022
bug
goodfirstissue
If you've never contributed to epcon before – this should be easiest to start with
In some cases, we're getting a 500 when using the Doppelgänger function on user accounts. Apparently, this happens whenever a user has not been activated yet.
Here's an example traceback:
SO suggests adding a backend parameter: https://stackoverflow.com/questions/45961459/multiple-authentication-backends-configured-and-therefore-must-provide-the-back, however, it's possible that we simply need to just return an error saying that the user has not been activated yet, so the Doppelgänger function doesn't work.
The text was updated successfully, but these errors were encountered: