Re: [web2py] strange behaviour of auth link in appadmin

2010-01-11 Thread Thadeus Burgess
auth.settings.controller = 'admin' auth.settings.login_url = URL(r=request, c='admin/user', f='login') auth.settings.logged_url = URL(r=request, c='admin/user', f='profile') auth.settings.login_next = URL(r=request, c='admin', f='index') auth.settings.logout_next = URL(r=request, c='admin', f='ind

[web2py] strange behaviour of auth link in appadmin

2010-01-11 Thread rama
I wanted to change the default controller name. So I deleted it and transferred all its contents to another controller called main. While the links for main exposes links to index, user, download, call correctly (checked the page source, says main/user/). When I click on user it goes to the delete

[web2py] strange behaviour of auth link in appadmin

2010-01-11 Thread rama
I wanted to change the default controller name. So I deleted it and transferred all its contents to another controller called main. While the links for main exposes links to index, user, download, call correctly (checked the page source, says main/user/). When I click on user it goes to the delete