permissions.user permissions.group permissions.everybody
Default permissions set for owner-user, owner-group and everybody.
Keylist: show,edit,delete,new,editcontent
Alternatively you can specify an integer from 0 to 31 indicating which bits corresponding to the keylist should be set. (Bits in keylist: show=1,edit=2,delete=4,new=8,editcontent=16)
Defaults from $TYPO3_CONF_VARS:
"user" => "show,edit,delete,new,editcontent",
"group" => "show,edit,new,editcontent",
"everybody" => ""
Example:
TCEMAIN.permissions {
# User can do anything (default):
user = 31
# Group can do anything
# (normally "delete" is disabled)
group = 31
# Everybody can at least see the page
# (normally everybody can do nothing)
everybody = show
}
The page “Test (copy 3)” was created with the settings above for permissions. Compared to the two other pages created with default permissions you can see the effect: The Backend Group can now also delete the page by default and Everybody has read access:
Danke das Sie diesen Artikel gelesen haben. Sie können nun eine Nachricht hinterlassen oder bestellen den RSS Feed.

Comments
No comments yet.
Leave a comment