Changes between Version 28 and Version 29 of Modules/Auth


Ignore:
Timestamp:
2011-01-18T13:00:57+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Auth

    v28 v29  
    100100 * We will add a plug-in to the Auth module where users can manage the rights on tables, columns and/or rows of which they are owners. Here they can see the current requests and act on them.
    101101
    102 Proposed solution 2: superclass
     102Proposed solution 2: attach permissions to any 'Identifiable'
    103103* There is an interface !RowLevelSecurity that contains fields [owner: xref->!MolgenisUser, shareRead: xref->!MolgenisGroup, shareWrite: xref->!MolgenisGroup]. [[BR]]Thus a user can choose to share data with the selected groups or individuals.
    104104> R1: We don't think it is desireable to change the entities by adding three mref's.