@sagar: FWIW, this is what I usually do:
def login():
return dict(form=auth.login(next=request.vars._next or
auth.settings.login_next))My site combines pages that don't require login with those that do.
@sagar: FWIW, this is what I usually do:
def login():
return dict(form=auth.login(next=request.vars._next or
auth.settings.login_next))My site combines pages that don't require login with those that do.