[web2py] Re: login on index page

2010-08-12 Thread thedangler
But I dont understand how it overrides the curent page and still draws the right page. I resorted to thinking it was magic. where do place auth.settings.login_url = URL('index',args='login') does it go in my default controller before iload the form=auth() ? On Aug 11, 9:32 pm, "mr.freeze" wro

[web2py] Re: login on index page

2010-08-11 Thread mr.freeze
Have you tried this?: auth.settings.login_url = URL('index',args='login') On Aug 11, 8:17 pm, thedangler wrote: > Hello, im trying to have the login on my index page, I got the login > form showing up on the index page but the url is not desirable. > I want it to be domain.com/myapp but when I pu