﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20026	Minor typo on Apache authentication doc page	shaneallgeier@…	Aymeric Augustin	"On the [https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/apache-auth/ 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"	Bug	closed	Documentation	1.5	Normal	fixed			Accepted	0	0	0	0	1	0
