Greetings, We are currently experiencing an issue with invalid logins not showing errors. For auth we are using a combination of basic auth and PAM, and the actual controller/view combo for the login form is basically the same as the generated scaffolding. When an invalid username/password is entered the page simply reloads without any indication of what the error was. I tried to display the flash (we are not currently using the session flash, so this had to be added to this page) and that has no info in it, I have also tried to display auth.login_form()'s errors, which do not exist either. Is there some way to get this information?
Thank you, Matt

