diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 13:55:37 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 13:55:37 +0000 |
| commit | 841210b308ae76ed8748c76f54b7d9343c8140a1 (patch) | |
| tree | f899b4fe7e77fca348f305f22d54c485f07e8f49 /docs/howto/auth-remote-user.txt | |
| parent | 3349a8016f71563f7c1177a32d6ec61eab32f4d3 (diff) | |
Fixed #12880 -- Added some missing sphinx directives for module references. Thanks to psagers for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/howto/auth-remote-user.txt')
| -rw-r--r-- | docs/howto/auth-remote-user.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt index b7987e14a7..f0e83c0ba5 100644 --- a/docs/howto/auth-remote-user.txt +++ b/docs/howto/auth-remote-user.txt @@ -4,6 +4,8 @@ Authentication using ``REMOTE_USER`` ==================================== +.. currentmodule:: django.contrib.backends + This document describes how to make use of external authentication sources (where the Web server sets the ``REMOTE_USER`` environment variable) in your Django applications. This type of authentication solution is typically seen on |
