Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#848 closed defect (fixed)

authentication doc should be more clear on permission handling

Reported by: hugo Owned by: Jacob
Component: Documentation 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

The authentication doc should state clearly that permissions are "app_label.permission" - this is only grokkable from the samples. Additionally the difference between is_staff and is_superuser should be made more clear (is_staff can login to the admin, is_superuser has all permissions without explicitly assigning them). And the python 2.3 code for using user_passes_test is missing - and because it's a parameterized decorator, the python 2.3 syntax might not be immediatly obvious to newcomers.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1302]) Fixed #848 -- Made auth docs more clear on permission handling.

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