Changes between Version 75 and Version 76 of S3/S3AAA
- Timestamp:
- 02/17/11 15:41:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3AAA
v75 v76 112 112 A 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). 113 113 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.114 If 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. 115 115 116 116 In tables which do not define either of these meta-fields, ownership rules are not applied ({{{uacl}}} only).