[Typo3-dev] name length of backend users
Sven Wilhelm
wilhelm at icecrash.com
Mon Apr 12 22:03:19 CEST 2004
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://lists.typo3.org/pipermail/typo3-dev/attachments/20040412/bf304e45/attachment.pgp>
More information about the TYPO3-dev
mailing list