Is your registration form submitting to a function that processes it via auth.register()? If not, auth.settings.register_next probably won't do anything. If you're doing a custom registration submission, you'll need to handle any redirects yourself.
Anthony On Tuesday, November 29, 2011 8:38:13 PM UTC-5, Constantine Vasil wrote: > > also after register I want a redirection to My Info too: > I set this up > auth.settings.register_next = URL('default', args='myinfo') > but it does not redirects. > >