[From nobody Wed Mar  3 11:09:21 2021
To: 
Subject: 
Date: Mon, 12 Apr 2004 22:16:01 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: multipart/mixed; boundary=&quot;----_=_NextPart_002_01C420CA.F63EA600&quot;


------_=_NextPart_002_01C420CA.F63EA600
Content-Type: text/plain



------_=_NextPart_002_01C420CA.F63EA600
Content-Type: text/plain;
	name=&quot;ATT22623.txt&quot;
Content-Disposition: attachment;
	filename=&quot;ATT22623.txt&quot;

Hi,

I have the next problem with extending the max chars for be_username.

the following code fragment in typoconf/extTables.php

&lt;?php

/* Set max username size to 40 characters */
$GLOBALS['TCA']['be_users']['columns']['username']['config']['max'] = 40;
$GLOBALS['TCA']['be_users']['columns']['username']['config']['size'] = 20;
?&gt;

and the integration to localconf.php
$typo_db_extTableDef_script = &quot;extTables.php&quot;;

kills the complete user-interface for configuring the be-user.

What did I do wrong? Shouldn't this overwrite the values for the 
username-input-field?

Thanks and greetings

Sven

------_=_NextPart_002_01C420CA.F63EA600--
]