5.2.6.7 loginError
Change the default error message displayed when someone does not successfully log in.
<?php
$this->Auth->loginError = "No, you fool! That's not the right password!";
?>
<?php$this->Auth->loginError = "No, you fool! That's not the right password!";?>
