Changes between Version 13 and Version 14 of Modules/Auth


Ignore:
Timestamp:
2010-12-13T16:05:04+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Auth

    v13 v14  
    1717 * Modifying (insert, delete, alter) a column is not supported.
    1818 * Modifying a row needs write rights on the row.
    19  * Resources must have exactly one owner; this can either be a user or a group. The latter option is not preferable for us and needs to be set explicitly by the administrator.
    20  * Permissions are provided for resources x subjects
    21  * The administrator has all permissions excluding ownership on all resources
    22  * Authenticated users can request permissions for resources. Requests are sent to the user or group with ownership rights of the resource.
    23  * Groups can be created by users who have write rights on the MolgenisGroup table. The administrator is the owner of the MolgenisGroup table and can delegate rights to other users.
    24  * In case of an UpdateDatabase all permissions are reset (except for administrator)
    25  * The public user has by default no reading permissions on any resource, unless explicitly set by the administrator.
    26  * Administrator can pass on permissions from parent tables to child tables and between xref-linked tables with a toggle button
     19 * Resources must have exactly one owner; this can either be a user (must) or a group (should). The latter option is not preferable for us and needs to be set explicitly by the administrator.
     20 * Permissions are provided for resources x subjects. (must)
     21 * The administrator has all permissions excluding ownership on all resources. (must)
     22 * Authenticated users can request permissions for resources. Requests are sent to the user or group with ownership rights of the resource. (must)
     23 * Groups can be created by users who have write rights on the MolgenisGroup table. The administrator is the owner of the MolgenisGroup table and can delegate rights to other users. (must)
     24 * In case of an UpdateDatabase all permissions are reset (except for administrator).
     25 * The public user has by default no reading permissions on any resource, unless explicitly set by the administrator. (should)
     26 * Administrator can pass on permissions from parent tables to child tables and between xref-linked tables with a toggle button. (should)
    2727
    2828=== Example ===