Opened 17 years ago
Closed 17 years ago
#6174 closed (fixed)
AnonymousUser.is_active should be False
Reported by: | Chris Beaven | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Attachments (2)
Change History (7)
by , 17 years ago
Attachment: | anonymoususer.diff added |
---|
comment:1 by , 17 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 17 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Triage Stage: | Ready for checkin → Accepted |
The documentation for this was missed.
Index: docs/authentication.txt
===================================================================
--- docs/authentication.txt (revision 6917)
+++ docs/authentication.txt (working copy)
@@ -248,7 +248,7 @@
id
is always
None
.
is_staff
and
is_superuser
are always False.
- *
is_active
is always True.
+ * is_active
is always False.
groups
and
user_permissions
are always empty.
is_anonymous()
returns
True
instead of
False
.
is_authenticated()
returns
False
instead of
True
.
Note:
See TracTickets
for help on using tickets.
Committed in [6912].