[TYPO3] Cannot See page tree after creating new users

Katja Lampela katja.lampela at lieska.net
Thu Jun 8 18:49:14 CEST 2006


Simon Child wrote:
> "Tan Le" <tanl at flirtcreative.com.au> wrote in message
> news:mailman.906.1149726047.17090.typo3-english at lists.netfielders.de...
> 
> 
>>I've just created a new user in the admin section given him access to
>>edit and deleted pages, but when I switch users I cannot see the page
>>tree for that user to edit.
> 
> 
> Login as admin again, and use Web-> Access to change the
> ownership/permissions on the pages, then the new user can see and edit the
> pages.
> 
And with this code modified to your needs in the root page's Page 
TSconfig you can set the default permissions to the new pages:

TCEMAIN.permissions {
   # Owner be_users UID for new pages:
   userid = 2
   # Owner be_groups UID for new pages:
   groupid = 1

   # 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
}



More information about the TYPO3-english mailing list