Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14551 closed (fixed)

typo in auth-remote-user

Reported by: mag Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

at http://docs.djangoproject.com/en/dev/howto/auth-remote-user/

s/django.contrib.backends.RemoteUserBackend/django.contrib.auth.backends.RemoteUserBackend/

Thank you for this great software, and outstanding documentation!

Change History (2)

comment:1 by Alex Gaynor, 14 years ago

Resolution: fixed
Status: newclosed

(In [14344]) Fixed #14551 -- corrected a type in the remote user auth documentation. Thanks to mag for the report and fix.

comment:2 by Alex Gaynor, 14 years ago

(In [14345]) [1.2.X] Fixed #14551 -- corrected a type in the remote user auth documentation. Thanks to mag for the report and fix. Backport of [14344].

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