Opened 12 years ago
Closed 12 years ago
#20026 closed Bug (fixed)
Minor typo on Apache authentication doc page
Description ¶
On the Authenticating against Django’s user database from Apache page, there is mention of a "check_user function" when it is actually a "check_password function".
From:
Finally, edit your WSGI script mysite.wsgi to tie Apache’s authentication to your site’s authentication mechanisms by importing the check_user function
To:
Finally, edit your WSGI script mysite.wsgi to tie Apache’s authentication to your site’s authentication mechanisms by importing the check_password function
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 94521f50aa765b9187674f4c6876360a0d6f87d8: