Not sure if I understand your issue. Have you set up the session.flash
in your controller and the value of it is not showing off ?  Are you
doing a redirect when the login failed ?

Maybe if you show us a sample of your code we may have a better
understanding of your issue.

Cheers,

On Nov 8, 11:14 am, Matt <[email protected]> wrote:
> 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

Reply via email to