On Saturday, February 11, 2012 4:35:25 PM UTC-5, Detectedstealth wrote:
>
> Ok just got back this is the code I am using for both password and
> security password (with name changed only)
>
> LABEL(SPAN(T('Password'), _title=T("Choose a safe password")),
> INPUT(_name='password', requires=[IS_STRONG(), CRYPT(),
> IS_NOT_EMPTY(error_message=T('Enter password'))], _type="password"),
> _class="left clearfix", _for="password")
>
Hmm, the problem must be elsewhere -- if I wrap that in a FORM() and submit
and validate with a weak password, the form still correctly displays the
full error message. Maybe you can show the minimal complete controller and
view code that will reproduce the problem in a clean "welcome" app.
Anthony