Hi Massimo,
I´ve problems when i login in the new version, i get the default page
of web2py not my requested page. In 1.62 i haven`t got this problem.
Here my code:
@auth.requires_login()
def index():
redirect(URL(r=request,c='menu',f='index'))
## ######################################### ##
## Authentifizierungsfunktionen werden aufge-
## rufen und in der user/....html, falls angefor-
## dert, dargestellt
## ######################################### ##
def user():
return dict(form=auth())
I don`t understand this problem. I hope you can help me that i can
work with the new version.
thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---