You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definitely correct as its cached in browser. Hosted locally with Docker Container, everything up to date, no changes made between the last time it worked & now, where it only returns "Your username and password didn't match. Please try again."
I'm not very experienced with any aspect of Docker & SQL so I don't know what more information is relevant to find a fix, but my setup followed the steps as described, and it was fully working for the last month since creation.
The text was updated successfully, but these errors were encountered:
I was using header-based auth perfectly fine, but I tried creating a superuser using the "createsuperuser" function and I simply can't get it to take the password I've created. Tried multiple terminals and creating another account but to no luck.
I'm curious if anyone else is able to create a superuser on the command line currently.
I figured out my issue. It seems that with proxy header auth on, logging in as another user with a username/password simply does not work. So, you must disable header auth, use the python script to setup a superadmin, then go into the "users" panel in the admin console and designate your header-based user as superadmin. You can keep the other account around for emergencies, or delete it.
Definitely correct as its cached in browser. Hosted locally with Docker Container, everything up to date, no changes made between the last time it worked & now, where it only returns "Your username and password didn't match. Please try again."
I'm not very experienced with any aspect of Docker & SQL so I don't know what more information is relevant to find a fix, but my setup followed the steps as described, and it was fully working for the last month since creation.
The text was updated successfully, but these errors were encountered: