[TYPO3] group memberships lost with fe_user_admin
Bernd Wilke
xoonsji02 at sneakemail.com
Wed Mar 1 14:07:04 CET 2006
On Wed, 1 Mar 2006 13:24:57 +0100, Kummer, Markus wrote
with subject "Re: [TYPO3] group memberships lost with fe_user_admin":
> Hi Helge,
>
> thank you for the response.
>
> Setting the value
>
> plugin.feadmin.fe_users.usergroupOverride = <EXISTING USERGROUPS>
>
> everything is working now: The User is not logged out anymore and after
> editing his profile he can log in again.
> But the user always gets the default groups <EXISTING USERGROUPS>.
> His original groups are gone.
> Is there a way not to touch the usergroups at all?
> Actually no user should register himself. Registered users should only edit
> their profiles like changing their address, e-mail, ...
>
> regards,
>
> Markus
two possibilities:
1)
in constants:
[usergroup = *]
[else]
plugin.feadmin.fe_users.usergroupOverride = 1
[end]
// override exists only for new registrants.
//A logged in user gets no change in his groups
or:
2)
in constants:
plugin.feadmin.fe_users.usergroupOverride = 1
// you get a override for create and for edit
and in setup:
plugin.feadmin.fe_users.edit.overrideValues.usergroup >
// if a user just edits his record there will be no override
Bernd Wilke
--
----------------
Bernd Wilke
Annweilerstr.20
40229 Düsseldorf
0211/229 2800
More information about the TYPO3-english
mailing list