#24379 closed Cleanup/optimization (fixed)
Document that user management tools don't work with remote authentication
Reported by: | mkesper | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.7 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
If you configure according to https://docs.djangoproject.com/en/1.7/howto/auth-remote-user/#authentication-using-remote-user you disable all local users.
This should be mentioned explicitly.
You will still be able to use commands like eg manage.py createsuperuser but they won't give any effect.
Change History (5)
comment:1 by , 10 years ago
Easy pickings: | set |
---|---|
Summary: | Mention disabling local users explicitly → Document that user management tools don't work with remote authentication |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I decided to give this a go, and created a pull request thing at: https://github.com/django/django/pull/4210
Sorry if I'm doing something wrong with this process, this is my first time contributing.