From 93a081946d92da010c7de62dc58e697c6c33e5d3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 23 Nov 2016 15:03:33 -0500 Subject: Normalized casing of "custom user model". --- docs/howto/deployment/wsgi/apache-auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/howto') diff --git a/docs/howto/deployment/wsgi/apache-auth.txt b/docs/howto/deployment/wsgi/apache-auth.txt index 3d4b35fd04..5f134209f0 100644 --- a/docs/howto/deployment/wsgi/apache-auth.txt +++ b/docs/howto/deployment/wsgi/apache-auth.txt @@ -15,7 +15,7 @@ version >= 2.2 and mod_wsgi >= 2.0. For example, you could: * Allow certain users to connect to a WebDAV share created with mod_dav_. .. note:: - If you have installed a :ref:`custom User model ` and + If you have installed a :ref:`custom user model ` and want to use this default auth handler, it must support an ``is_active`` attribute. If you want to use group based authorization, your custom user must have a relation named 'groups', referring to a related object that has -- cgit v1.3