Massimo, r992 did not fix the login_next problem.
In db.py I have: auth.settings.login_url=URL(r=request,c='authentication',f='login') auth.settings.login_next=URL(r=request,c='core',f='index') auth.settings.logout_next=URL(r=request,c='default',f='index') In 1.61.4 the first two worked, in 1.63.5 with r992 ... When on default/index, I choose login from the menu and login I am redirected to default/index instead of core/index. When I expose a function from appadmin, I am redirected to login, when I login I am redirected to: http://127.0.0.1:8000/admin/default/design/cms, instead of core/index I also bookmarked the login page. When I login I am redirect to core/ index. However, when I logout and login again, I am redirected to default/index. So only when I login from outside web2py the login_next works correctly. I am looking forward to a fix of this problem. Annet. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

