mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix typo in docs
This commit is contained in:
parent
26cc41b689
commit
bfccbf0587
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ validator classes to function correctly.
|
|||
|
||||
u = authenticate(request=request, username=username, password=password)
|
||||
if u is not None and u.is_active:
|
||||
request.u = user
|
||||
request.user = u
|
||||
return True
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue