Opened 18 years ago
Closed 18 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 , 18 years ago
| Attachment: | anonymoususer.diff added |
|---|
comment:1 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 18 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 @@
idis alwaysNone.
is_staffandis_superuserare always False.
- *
is_activeis always True.
+ * is_active is always False.
groupsanduser_permissionsare always empty.
is_anonymous()returnsTrueinstead ofFalse.
is_authenticated()returnsFalseinstead ofTrue.
Note:
See TracTickets
for help on using tickets.
Committed in [6912].