Re: How to know that user login failed due to wrong information?

2011-01-25 Thread raymond
Thanks for your information. It is absolutely helpful for me. Best regards. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe

Re: How to know that user login failed due to wrong information?

2011-01-25 Thread Amit Badkas
Hi, Have you outputted the authentication flash message (mostly in layout) using following code? echo $session->flash('auth'); You can also set your own error message when login fails, please have a look at http://book.cakephp.org/view/1272/loginError Hope this helps. Amit Badkas PHP Applicat

How to know that user login failed due to wrong information?

2011-01-24 Thread raymond
How do you do every one. I used ACL for user authentication, and now it works well. However, when user logs in with wrong information, he(or she) gets redirected to login page without any message. I am wondering if no way to show any message like "Your login information is not correct", etc. No sug