diff options
Diffstat (limited to 'docs/topics/auth/default.txt')
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 4fcd465d89..a77fe9ad4c 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1447,7 +1447,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`: pass (In this case, you'll also need to use an authentication backend that - allows inactive users, such as as + allows inactive users, such as :class:`~django.contrib.auth.backends.AllowAllUsersModelBackend`.) Or to allow only some active users to log in:: |
