Hi, Bit of a noob question (sorry) but I'd like to add a page "/user/ combinedLogin" to my app, which combines the login and register forms, but can't work it out. This:
if request.args(0)=="login":
=auth.login()
=auth.register()
works fine, but I'd like to expose a new url (/user/combinedLogin).
Any ideas?
Si
--
Subscription settings: http://groups.google.com/group/web2py/subscribe?hl=en

