Group
The Group model is also part of the SilverStripe Security-Package.
Using this model, users can be assigned to groups.
Different authorization methods can be assigned to each group.
Table name |
Group |
||
---|---|---|---|
Properties |
Name |
Type |
Description |
Title |
Varchar(255) |
|
|
Description |
Text |
|
|
Code |
Varchar(255) |
|
|
Locked |
Boolean |
|
|
Sort |
INT(11) |
|
|
HtmlEditorConfig |
Text |
|
|
Relations |
Permissions, Members, Parent, Groups, Roles |