Massimo, I updated to 1.63.5 and got the updates from r992, but that did not solve my first problem:
> 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.1, when the user logs in the > next page is default/index instead of core/index. Commenting the > auth.settings.logout_next=.. doesn't make any difference. Besides, this issue, 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, which cannot possibly be correct. I bookmarked the login page. When I login I am redirected to: http://127.0.0.1:8000/cms/authentication/login. Whereas I set auth.settings.login_next=URL(r=request,c='core',f='index') Is it possible that the issue described below has something to do with the user only being allowed to be a member of one group? - Show quoted text - Kind regards, 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 web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---