[From nobody Wed Mar  3 11:09:21 2021
To: 
Subject: 
Date: Wed, 14 Apr 2004 15:30:53 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/mixed; boundary=&quot;----_=_NextPart_002_01C42224.AF64C380&quot;


------_=_NextPart_002_01C42224.AF64C380
Content-Type: text/plain



------_=_NextPart_002_01C42224.AF64C380
Content-Type: text/plain;
	name=&quot;ATT23090.txt&quot;
Content-Disposition: attachment;
	filename=&quot;ATT23090.txt&quot;

Hello,

&gt; Generally:
&gt; 
&gt; ALWAYS before manipulating anything in the &quot;columns&quot; section of TCA, do
&gt; this first:
&gt; 
&gt; t3lib_div::loadTCA('be_users');
&gt; 
&gt; This will make sure the FULL definition of be_users is loaded first!

that was ist.

This combination works for me now:

&lt;?php
t3lib_div::loadTCA('be_users');
/* Set max username size to 40 characters */
$GLOBALS['TCA']['be_users']['columns']['username']['config']['max'] = 20;
$GLOBALS['TCA']['be_users']['columns']['username']['config']['size'] = 20;

?&gt;

thanks for help

greeting sven

------_=_NextPart_002_01C42224.AF64C380--
]