Thank you for your fast reply With main page function you mean I include them in my mainpage.py contorler?
OR do I just do a check if user is logged in and show the proper one if he is? thanx again On Tuesday, September 4, 2012 4:30:48 PM UTC+2, Anthony wrote: > > auth.login() and auth.register() generate and process the login and > register forms, respectively. You main page function could return those > forms and include them in the view. > > Anthony > > On Tuesday, September 4, 2012 9:56:36 AM UTC-4, Yebach wrote: >> >> Hello >> >> I would like to create a login/register forms as part of a current page >> not to be redirected to a new page where you login or register and then be >> redirected back to the main page. >> >> Now I have auth.navbar() but that one takes you to a new page >> >> any suggestion?? >> >> Thank you >> > --

