I have this line on my view to place a login form on the page at all times if the user is not authenticated: {{if not auth.is_logged_in(): response.write(auth.login()) }} {{pass}}
The problem is, if those two lines are on the view, the login does not work at all, that is, if i enter email and password, nothing happens. But if I delete those two lines, the login works. Can someone please help? Thanks Winston --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---