[TYPO3] assigning usergroups to fe_users using SQL

Panagiotis Kontaxis pkontaxis at gmail.com
Wed Apr 30 14:01:01 CEST 2008


Hello list,

I would like to change the usergroup of a fe user, using an sql query. If a
user is member of one group (with uid=2) I can do that with this query:
update fe_users set usergroup=2 where uid=.....

But how can assign a user to be a member in more than one usergroups with an
sql query?

thanks in advance!


More information about the TYPO3-english mailing list