Forum OpenACS Development: Re: Registering does everything, but it does not redirect to a page that says "check your mail for verification link"

Almost forgot to say: the change to user-new.tcl had the desifed effect, that is, when the user hits OK on the reg form, it redirects properly to the page that has the user check his/her email.

One thing about the change confused me, I was wondering whether you removed the call to export_vars because it was unnecessary? Does X always equal [export_vars -base X] for any replacement for X?

Dave Bauer: I noticed the cvs shows that you put the export_vars call there (see Gustaf's link above), and I wanted to find out what was your thoughts developmentwise and stylewise? Is it, for example, that you want to put an export_vars on anything that's a URL? Do you want it there so that you can later add vars to export thru the url?

-Jim