500 error on /auth/login route #4162
Labels
affects: ux
Related to user experience
ready
Ready for implementation
restricted: maintainers
Only maintainers can resolve this issue
work: backend
Related to Python, Django, and simple SQL
Milestone
Description
A 500 error on the /auth/login route was identified in the following scenario:
When logging into Mathesar, if a user's password has been reset by an administrator, the user is prompted to create a new password. After doing so, the user must log in again, using the new password, to access Mathesar.
After setting the new password, the user is redirected to
/auth/login
which throws a 500 error.After further testing, visiting this route (without a trailing slash) in incognito/private browsing also throws the 500 error.
Expected behavior
There should not be a 500 error or any differences between
/auth/login/
and/auth/login
.To Reproduce
/auth/login
route in a private/incognito browsing contextEnvironment
Additional context
The text was updated successfully, but these errors were encountered: