I'm doing following code now, and is working.
as you can see, no checking on arguments.

Please show me how to do (or what to check)  any checks on arguments.

#----------------------------------------------------------------------------------
def user():
    import gluon
    request.args = gluon.storage.List(request.raw_args.split('/')[:])
    return dict(form=auth())
#----------------------------------------------------------------------------------

Reply via email to