mirror of
https://github.com/django/django.git
synced 2025-01-20 07:13:44 +00:00
Fixed typo in docs/topics/auth/customizing.txt.
This commit is contained in:
parent
95238a7de8
commit
d7e6b8febd
@ -241,7 +241,7 @@ for example, to control anonymous access.
|
||||
Authorization for inactive users
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
An inactive user is a one that has its
|
||||
An inactive user is one that has its
|
||||
:attr:`~django.contrib.auth.models.User.is_active` field set to ``False``. The
|
||||
:class:`~django.contrib.auth.backends.ModelBackend` and
|
||||
:class:`~django.contrib.auth.backends.RemoteUserBackend` authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user