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" <[email protected]> wrote:
> 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

Reply via email to