Forward to a custom page after editing profile

Hi,
profile/edit action uses:

forward($owner->getUrl());

How can force that action to forward to another page?
In particular I have installed login_redirector, in order to send users to profile/edit after first login; then I would like to send them to a welcome page. So the custom forward is required only once.

I am quite noob, so don't be too cryptic :-)

Thanks,
Teo