summaryrefslogtreecommitdiff
path: root/docs/howto/auth-remote-user.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-12-29 10:35:12 -0500
committerTim Graham <timograham@gmail.com>2012-12-29 15:54:33 -0500
commit067505ad19f088e8db1d8c788ceea388c7241bcd (patch)
tree28653592edd0f94aa21e1a4b16c4fd326f43d8a3 /docs/howto/auth-remote-user.txt
parent13a2b11425f87f674f0273af5fa70c1e4cf327ed (diff)
Fixed broken links, round 4. refs #19516
Diffstat (limited to 'docs/howto/auth-remote-user.txt')
-rw-r--r--docs/howto/auth-remote-user.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt
index deab794cb1..d59bb25a85 100644
--- a/docs/howto/auth-remote-user.txt
+++ b/docs/howto/auth-remote-user.txt
@@ -27,6 +27,8 @@ use of the ``REMOTE_USER`` value using the ``RemoteUserMiddleware`` and
Configuration
=============
+.. class:: django.contrib.auth.middleware.RemoteUserMiddleware
+
First, you must add the
:class:`django.contrib.auth.middleware.RemoteUserMiddleware` to the
:setting:`MIDDLEWARE_CLASSES` setting **after** the