Forum OpenACS Q&A: Re: Help with registration

Collapse
6: Re: Help with registration (response to 1)
Posted by ultra newb on
I solved the problem by putting the above code at the top of the script. I'm posting it in case someone else has the same issue:

if {[ad_conn user_id]} {
ad_user_logout
ad_returnredirect register
ad_script_abort
}

Collapse
7: Re: Help with registration (response to 6)
Posted by ultra newb on
Substitute the name of your own register script with "register" above.