Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Tim Graham, 9 years ago

Easy pickings: set
Summary: Mention disabling local users explicitlyDocument that user management tools don't work with remote authentication
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Ross Brunton, 9 years ago

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.

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 6b28e957df364532109a1897c73a1fa8b1416bd4:

Fixed #24379 -- Documented that remote user example disables ModelBackend.

comment:4 by Tim Graham <timograham@…>, 9 years ago

In 72539a5f29d9b9e5083c909d3938de823eb572c0:

[1.8.x] Fixed #24379 -- Documented that remote user example disables ModelBackend.

Backport of 6b28e957df364532109a1897c73a1fa8b1416bd4 from master

comment:5 by Tim Graham <timograham@…>, 9 years ago

In 1c0f66f371a3786d0e90950faf66aa9e462b2aef:

[1.7.x] Fixed #24379 -- Documented that remote user example disables ModelBackend.

Backport of 6b28e957df364532109a1897c73a1fa8b1416bd4 from master

Note: See TracTickets for help on using tickets.
Back to Top