On Jul 3, 12:39 pm, mdipierro <
mdipie...@cs.depaul.edu> wrote:
> not sure.
>
> Try
>
> @auth.requires_login()
> def register_other():
> return dict(form=auth.register(next=URL(r=request,f='index')))
>
> and see it does what you want or not.
Huh? you lost me there.
Where should register_other go?
It can't be just after the decorator.
I tried placing it in the same controller but I get the same form
asking for just username and password.
Denes.