Changes between Version 75 and Version 76 of S3/S3AAA


Ignore:
Timestamp:
02/17/11 15:41:24 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3AAA

    v75 v76  
    112112A user is considered the ''owner'' of a record if they are either the individual owner of the record (user ID == {{{owned_by_user}}}), '''or''' they are a member of the owner role ({{{owned_by_role}}} in user roles).
    113113
    114 If a record has no owner, i.e. if {{{owned_by_user}}} == '''None''' '''and''' {{{owned_by_role}}} == '''None''', all authenticated users are considered the owner of this record.
     114If a record has '''no owner''', i.e. if both {{{owned_by_user}}} and {{{owned_by_role}}} are '''None''', then all authenticated users are considered the owner of this record.
    115115
    116116In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).