[Opensource] Re: job finishing email--only failures?

Goeltz, Rick goeltzrt at ornl.gov
Mon Feb 9 09:26:01 PST 2004


Mike:

[You said...]
> I believe you can stop the self-registration emails by changing the
> Event settings in Expresso Admin -> Operation -> Event Email
> Recipients. I think that's the User Registration Activity event.

That's not the same one.  The code I snuff out has moved to
SimpleRegistration in 5.3, where it says

[snip...]
if (!approvalRequired && !emailValidate) {
    [snip...]
    user.notify(response.getString("loginConfSubj"), msg.toString());
[snip...]

I like to skip the user.notify step.  Anyway, it's not a big deal to
override the LoginController, so there is not a strong argument to
create yet another Setup option.

Thanks!... Rick




More information about the Opensource mailing list