> > auth.settings.login_form = ExtendedLoginForm(request,auth, other_form) >
Looks like the book is not up-to-date -- if you're using the current web2py, I think the above should be: auth.settings.login_form = ExtendedLoginForm(auth, other_form) Anthony

