[TYPO3-english] tt_content.login.20 + set maxlength for input field password

Bernhard Kraft kraftb at think-open.at
Thu Jun 10 12:19:41 CEST 2010


Marieke Vandamme wrote:

> tt_content.login.20.dataArray {
>   20.type = *pass=password,10,8
>  }
>  page.10.subparts.loginForm < tt_content.login.20
> 
> But the html form the loginfield still stays the same:
> <input type="password" id="pass" name="pass" value="" />

First: Try clearing all caches.

Second: Use the TypoScript Object Browser
(Main Menu > Template > Drop-Down "Object Browser" > Drop-Down "Setup")
to check wheter page.10.subparts.loginForm is really set to an "FORM" object
and contains the correct setting for the password field. You could also try
to unset the contents of page.10.subparts.loginForm first if you have set
them before:

page.10.subparts.loginForm >
page.10.subparts.loginForm < tt_content.login.20

But using the TS-Object Browser you can in any case check whether the new
setting for page.10.subparts.loginForm is valid. Check it on a page where
the login form should appear.

greets,
Bernhard





More information about the TYPO3-english mailing list