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) |