Forum OpenACS Q&A: Re: Help with registration

Collapse
2: Re: Help with registration (response to 1)
Posted by Dave Bauer on
I am not sure which file register.tcl is.

In the latest OpenACS the code is in

packages/acs-subsite/www/register/user-new.tcl
packages/acs-subsite/lib/user-new.tcl

and it reassigns a new id on every request, and logs out before attempting to create a new user.

Collapse
3: Re: Help with registration (response to 2)
Posted by ultra newb on
Whoops, I changed the name to register.tcl, then forgot I changed it.

I used the code from packages/acs-subsite/lib/user-new.tcl.

Are you sure the log out and reassign new id is working correctly in the instance I cited? If so, I'll try to see if something I did broke the code, but upon looking at it, the changes I made are mostly superficial.

Thanks.

Collapse
4: Re: Help with registration (response to 3)
Posted by Dave Bauer on
If the page was cached by the browser it could cause this problem.

The page should not be cached, and be reloaded when you hit the back button.

Collapse
5: Re: Help with registration (response to 4)
Posted by ultra newb on
I guess it is being cached. It doesn't reload when I hit the back button, apparently.

I'm using the latest version of mozilla. Is there some specific setting I should be using to correct this problem?

Thanks.