I am using symfony 1.2.12 and sfGuardAuth for logging in the users.

If user fails to produce a valid username or password, no error
message is shown.

I've set in sfGuardFormSigninCustom a validator:

    $this->validatorSchema->setPostValidator(new sfGuardValidatorUser(
      array(), array('invalid' => '<span style="color:red">Wrong
username or password.</span>')));

But I get no error message?

Regards,
Peter Peltonen

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to