Project

General

Profile

Actions

Bug #66424

closed

fe group limit

Added by Stefa No about 9 years ago. Updated about 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-04-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello, with Typo3 <= 4.5.x and <= 6.2.x,
user groups are handled as a comma-separated list
of ids inside a string field:

fe_users.usergroup = tinytext (255 chars)

This limit is a problem in an environment using a lot of groups,
(like when you use extensions for ldap integration).

I think it's a delicated question: IF you will
plan to change the way to map user/groups,
I hope there will be some migration tool
(sql/php/bash script, wizard through BE,...)
or backward compatibility... or maybe just
a way (setting?) to customize the field (from tinytext
to text, etc.) without fear that in the next
upgrade the install tool db check could reset
the type to tinytext: but yes, clear, if it's
a rare case, as a workaround we could apply
a sql ALTER, and then it could be
site's admin to that have to be careful
during upgrades...

Thanks for your attention and patience,
Bye

Actions

Also available in: Atom PDF