Closed
Description
Just curious if runserver_plus supports the REMOTE_USER option, if so, I can't seem to find a way to make it work (and thusly could use a little guidance).
When running the default python manage.py runserver
command I can get it to work with automatically logging in a REMOTE_USER by doing this: REMOTE_USER="johndoe" python manage.py runserver 8000
Then I can use the site locally as 'johndoe' already logged in.
However, when I replace runserver
with runserver_plus
in that example, it just returns me to the login page - I can't seem to find any configuration that will work with the REMOTE_USER setting and runserver_plus
; am I missing something or does that feature not work with runserver_plus
command?
Metadata
Metadata
Assignees
Labels
No labels