>
> 1. The Web2py manual says that
> auth.settings.register_onaccept[]
> should be called *before* the re-direction. For my purpose here (i.e.
> re-directing the user to a new page after auth.register() is processed),
> shouldn't I just do
> auth.settings.register_next = URL('registered')
> ?
>Sure, that sounds fine.

