On Jan 26, 2009, at 1:18 PM, TJ Ninneman wrote:
> > >> Have you managed to deal with the problem of login handlers and error >> messages, that is what happens if a user tries to log in and for >> whatever reason, fails? >> >> I'm currently using repoze.who, and haven't managed to overcome this >> major point, even though I've discussed it at length with Chris >> McDonough. >> >> Cheers, >> Tom > > LOL, no I haven't. We are still early enough in development of this > site that I just figured I'd go back and figure that out later. > > What about setting a session based flash message in your custom auth > plugin: (I'm of course thinking your using the RedirectingFromPlugin) If that's too hack-ish, what about a custom Challenger plugin which either set's a cookie or an extra qs parameter in the redirect? TJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
