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

Regarding the delete issue... as a test, I commented out the whole if statement (with the delete commands) in /packages/acs-admin/www/users/selece-user.tcl, and then tried to delete the user using that interface, and the result was, it came back to the /acs-admin/one page correctly -- since the to-be-deleted user still existed.

This suggests there is something wrong with the page flow: if the user is to be deleted, the return url should not point at one.tcl, instead, maybe it should go one page back, to the list of users, /acs-admin/users/complex-search with whatever parameters were originally fed to it.

-Jim

A much easier possibility is for de;eting to redirect to /acs-admin/users, which doesn't need parameters.

-Jim