If you benefit from web2py hope you feel encouraged to pay it forward by contributing back to society in whatever form you choose!
Commented on:
Authenticating with Facebook Connect, Twitter API, and/or Google accounts. Working on and off of Google App Engine (GAE)
Hosting graciously provided by:
0
abhishekguptaiitd 13 years ago
Traceback (most recent call last): File "/home/www-data/web2py/gluon/restricted.py", line 194, in restricted exec ccode in environment File "/home/www-data/web2py/applications/auth/controllers/login.py", line 19, in
File "/home/www-data/web2py/gluon/globals.py", line 149, in
self._caller = lambda f: f()
File "/home/www-data/web2py/applications/auth/controllers/login.py", line 12, in login
login_form = auth.login()#next=full_url('http',r=request))
File "/home/www-data/web2py/gluon/tools.py", line 1553, in login
elif 'username' in table_user.fields:
AttributeError: 'NoneType' object has no attribute 'fields'