logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Q&A
:
Help with registration
: One Message
Begin main content
Forum OpenACS Q&A: Re: Help with registration
Search:
Back to OpenACS Q&A
6
:
Re: Help with registration
(response to
1
)
Posted by
ultra newb
on
07/19/11 03:34 PM
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
}
7
:
Re: Help with registration
(response to
6
)
Posted by
ultra newb
on
07/19/11 04:01 PM
Substitute the name of your own register script with "register" above.
Back to OpenACS Q&A