the fact that zope calls standard_error_message upon prompting a user for login is indeed new. i only noticed my own sites sending emails for "Unauthorized" errors after upgrading to 2.5. i can't tell you why or how this change came about i'm afraid. i didn't do it ;) jens On Friday, February 15, 2002, at 09:34 , H.de.Wit@SFK.NL wrote:
Jens Vagepohl wrote:
what happens is that standard error message gets called whenever someone authenticates for the first time, meaning whenever they get the username/password popup. even though you never see the rendered standard_error_message its code gets executed.
That makes sense. So if i put my sendmail tag inside the standard_error_message, but outside of any <dtml-if> construct, i should get email everytime anybody does a login, isn't it? I checked this and yes, that is correct ;)
But this is new, isn't it?