[EMAIL PROTECTED] schrieb: > When using TurboGears Identity (passwords) > and a user fails to login correctly, TurboGears faithfully > redirects to /login to have user try again. > > How make it redirect to say, foo/login instead? > > (I've been searching the code and can't find it.)
It's a setting in the "app.cfg" file in the "config" subpackage of your application's package: identity.failure_url="/login" HTH, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

