Open
Bug 330497
Opened 19 years ago
Updated 9 years ago
Group userregexps length limit is too small
Categories
(Bugzilla :: Administration, task)
Bugzilla
Administration
Tracking
()
UNCONFIRMED
People
(Reporter: roman, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier:
group userregexps length is currently limited by TINYTEXT (255 chars) which is not enough if someone needs to define group with many people (and/or long logins...)
Reproducible: Always
Steps to Reproduce:
editgroups.cgi
Expected Results:
change sql type to TEXT (65535 chars) - this should be enough even for very big groups
also would be nice to reformat editgroups.cgi when long regexp is used
please excuse my ignorance.
why are you using regexp instead of manually adding people to the group?
Reporter | ||
Comment 2•19 years ago
|
||
to add 20-30 people to the group I need to click on every user and then click the group, so I prefer regexp because it's faster! and less clicks ;)
and another reason is that some people that are supposed to be in the group/project don't have accounts yet, when product group is created
![]() |
||
Updated•9 years ago
|
Severity: normal → minor
Summary: group userregexps length limit is to small → Group userregexps length limit is too small
You need to log in
before you can comment on or make changes to this bug.
Description
•