[Typo3] How to set the default user group for a BE user

Michael Stucki michael at typo3.org
Thu Feb 24 14:51:21 CET 2005


Hi Steffen,

>> And as this is as it is (wow) you can't don anything about it except
>> reorder the list.
> 
> Thanks for your information, Obi-Wan!
> Unfortunately I use 3.7 and the be_user.usergroup is a tinyblob, so I
> don't see any chance to change that on the fly. Is 3.8 in sight?

Quick fix from CVS:

--- t3lib/stddb/tbl_be.php-1.14 2005-02-24 14:45:05.000000000 +0100
+++ t3lib/stddb/tbl_be.php      2005-02-24 14:45:09.000000000 +0100
@@ -74,7 +74,7 @@
                                'foreign_table_where' => 'ORDER BY be_groups.title',
                                'size' => '5',
                                'maxitems' => '20',
-                               'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'],
+#                              'renderMode' => $GLOBALS['TYPO3_CONF_VARS']['BE']['accessListRenderMode'],
                                'iconsInOptionTags' => 1,
                                'wizards' => Array(
                                        '_PADDING' => 1,

- michael
-- 
Want support? Please read the list rules first: http://typo3.org/1438.0.html



More information about the TYPO3-english mailing list