[Typo3-dev] name length of backend users
Kasper Skårhøj
kasper at typo3.com
Wed Apr 14 11:16:36 CEST 2004
Generally:
ALWAYS before manipulating anything in the "columns" section of TCA, do
this first:
t3lib_div::loadTCA('be_users');
This will make sure the FULL definition of be_users is loaded first!
Probably that is it.
- kasper
On Mon, 2004-04-12 at 22:03, Sven Wilhelm wrote:
> Hi,
>
> I have the next problem with extending the max chars for be_username.
>
> the following code fragment in typoconf/extTables.php
>
> <?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;
> ?>
>
> and the integration to localconf.php
> $typo_db_extTableDef_script = "extTables.php";
>
> 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
>
> ______________________________________________________________________
> _______________________________________________
> Typo3-dev mailing list
> Typo3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
--
Best regards
- kasper
--------------------
It's not a bug, it's a missing feature.
More information about the TYPO3-dev
mailing list