-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I created a new user to test if I could login with the new user. I tried so by creating the user, logging out and then logging in again with the just-created user's credentials. However, this causes an error 500.
Expected Behavior
I'd expect it to login properly without returning an error. This is likely caused because the login path differs (see below).
Steps To Reproduce
- Go to https://127.0.0.1/default/admin_interface/ to create the user
- Logout: https://127.0.0.1/logout/
- You end up at https://127.0.0.1/login/
- Use the credentials of the user you just created
- Notice the error 500
I think it has to do with /login, because logging in with the existing user also doesn't work. Usually, the login path is https://127.0.0.1/login/?next=/.
Environment
- reNgine: 2.0.1
- OS: Windows 10
- Python: 3.10
- Docker Engine: v24.0.6
- Docker Compose: v2.23.0
- Browser: Google Chrome 119.0.6045.160
Anything else?
I can only provide logs tomorrow. If needed, I'll provide them.