15 Aug
2004
15 Aug
'04
8:19 p.m.
John Hunter wrote at 2004-8-13 13:40 -0500:
I'm using CookieCrumbler for authentication, and users are directed to login/login for the standard login form.
However, when anonymous users try and access a protected resource, a standard http authentication dialog pops up. I want them to be directed to my login/login page instead.
Is there some bit of zope pixie dust to enable this?
Customize "standard_error_message" to do what you want. You do this always when you want to customize error behaviour. -- Dieter