are you trying to use the 'default/user.html' view?
note that in controller 'form' is defined
return dict(form=html)
and the request.args(0) is always used in default/user you should have 'login','register','logout' etc...
if you are ttrying in a different view you should include
if request.args: ....
0
rochacbruno 13 years ago