Google bildet doch unheimlich weiter.
Mit folgendem Code und den entsprechenden UIDs kannst Du festlegen, wer automatisch User/Group neuer Seiten sein soll und was für Rechte die haben sollen.
Code:
# Default access permission on newly created pages
TCEMAIN.permissions{
# UID of be_users who will be the Owner of the new pages:
userid = 1
# UID of be_groups who will be the Owner of the new pages:
groupid = 1
#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)
user = 31
group = 31
everybody = show
}