Project

General

Profile

Actions

Feature #14822

closed

Group membership defined by MM relation instead of text field.

Added by old_Pic2008 almost 19 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2005-06-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
4
Tags:
Complexity:
Sprint Focus:

Description

The usergroup memberships for backend and frontend users is currently defined by a comma separated string stored in a binary data field.
This makes getting users from the DB based on what group they belong to cumbersome and inefficient as it requires using the REGEXP operator (more specifically: SELECT * FROM be_users WHERE usergroup REGEXP '(,|^)<group_id>(,|$)';).
Replacing this with a many-to-many relationship in the next major revision of Typo3 would in my eyes be a good thing.

(issue imported from #M1203)

Actions

Also available in: Atom PDF