Hi,
i use the auth()-Object and in my default controler i used for example
this code:
@auth.requires_login()
def index():
redirect(URL(r=request,c='menu',f='index'))
but for the first time, when the youser loged in succesful, he gets
the
http://127.0.0.1:8000/admin/default/site
only at first time. in the old version i haven`t got this problem.
please help me.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---