Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#797 closed enhancement (wontfix)

Give Anonymous its own database entry so we can set permissions on it

Reported by: garthk Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As an alternative to #796, which prevents tracebacks when views attempt to check the permissions of AnonymousUser, it'd be nice if I could define a real anonymous user in auth.users so I could assign permissions to it. That'd also help a great deal in using rjwittams' admin template tags in user views.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: wontfix
Status: newclosed

Because #796 was fixed, I'm closing this one.

Note: See TracTickets for help on using tickets.
Back to Top