[TYPO3] Default Workspace Permissions

Bart Veldhuizen bart at v-int.nl
Thu Sep 4 13:53:27 CEST 2008


Hi Walrick,

Walrick wrote:

> I'm trying to find a way to get the workspace permissions for backend 
> users and usergroups to default to unchecked (value = 0). Just setting 
> the default value to 0 in the database doesn't work. So I'll probably 
> have to edit some file and remove the checked="checked" bits for both 
> checkboxes.


Add the following to typo3conf/extTables.php:
	$GLOBALS['TCA']['be_users']['columns']['workspace_perms']['config']['default'] 
=  0;

Cheers,

Bart


More information about the TYPO3-english mailing list