Have you tried this?:
auth.settings.login_url = URL('index',args='login')On Aug 11, 8:17 pm, thedangler <[email protected]> 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 put the login form on the > index page it automatically changes to domain.com/myapp/default/user/ > login > > Why is it changing to that link even though the form is being printed > out on the index.html page

