Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     $this->validatorSchema->setPostValidator(
  2.       new sfGuardValidatorUser(
  3.         array(
  4.           'username_field' => 'username',
  5.           'password_field' => 'password',
  6.           'throw_global_error' => false
  7.         ),
  8.         array(
  9.           'invalid' => 'The username and/or password is invalid.',
  10.           'inactive' => 'Your account was suspended.'
  11.         )
  12.       )
  13.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement