Changes between Version 2 and Version 3 of AccessControl
- Timestamp:
- 09/02/09 10:00:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccessControl
v2 v3 3 3 [[PageOutline]] 4 4 5 When a new package is created you as the creator automatically become admin for it and you can assign which other users have write or read access. NB: by default any user (including someone who is not-logged-in) will be able to read and write. 6 7 There are "system" level admins for CKAN who may alter permissions on any package. 8 5 9 == Use Cases == 6 10 7 11 * A user means someone who is logged in. 8 * A visitor means someone is not logged in.12 * A visitor means someone who is not logged in. 9 13 * An entity is the subject of a permission (either a user or a pseudo-user) 14 * There are roles named: Admin, Reader, Writer 10 15 11 16 1. A visitor visits a package page and reads the content … … 45 50 46 51 {{{ 47 Context52 Context 48 53 Entity ----> Role 54 55 E.g. a user is assigned to a given role for a particular package. 49 56 50 57 Context