Bug #30355
new registerd Frontend users are in all Groups
| Status: | Closed | Start date: | 2011-09-27 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | 2011-09-27 | |
| Assignee: | Jörg Winkler | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
if i register a new user he is in all user Groups (default,team,devel,t2a board etc) see screen
don't know if this is the expected behaviour
History
Updated by Arno Schoon over 1 year ago
- Due date set to 2011-09-27
- Category set to 1020
- Status changed from Needs Feedback to Under Review
- Assignee set to Arno Schoon
- Priority changed from Should have to Must have
- Target version set to 1197
Seems like a bug in the executed query when creating a new user, will look into this tonight.
Updated by Joern Bock over 1 year ago
We should only use the default usergroup for now.
What about pending users (not approved their account via mail)? Should we use a group like default-pending?
Updated by Joern Bock over 1 year ago
- Status changed from Under Review to New
I just deleted all the other usergroups than "default"
Updated by Arno Schoon over 1 year ago
- Status changed from New to Under Review
- Assignee changed from Arno Schoon to Jörg Winkler
Fixed the query, new user are automatically assigned to the "default" usergroup. The usergroup(s) to assign when a user is created can be defined using the TS constant 'plugin.tx_ajaxlogin.settings.defaultUserGroups' (comma separated list of uids)
Updated by Felix Kopp about 1 year ago
There are two groups relevant for the registration/login:
not activated
activated
New users are put into the group "not activated", receive a link to activate personal profile.
After activation the user is moved to the group "activated".
Just create new user t3o100 - that user was put in the correct group "not activated".
This issue is fixed from my pov
Updated by Joern Bock about 1 year ago
- Status changed from Under Review to Closed
- % Done changed from 0 to 100
Updated by Joern Bock about 1 year ago
- Category deleted (
1020)
Updated by Joern Bock about 1 year ago
- Target version deleted (
1197)