def impresonate():
r = auth.impersonate()
if not isinstance(r,SQLFORM):
redirect(....)
return dict(form=r)On Tuesday, 22 May 2012 02:05:32 UTC-5, weheh wrote: > > .
def impresonate():
r = auth.impersonate()
if not isinstance(r,SQLFORM):
redirect(....)
return dict(form=r)On Tuesday, 22 May 2012 02:05:32 UTC-5, weheh wrote: > > .