HI there,

Just upgraded and ran immediately into the following error:

  File "/Projects/www/web2py/gluon/tools.py", line 2038, in login_bare

    if not user.registration_key.strip() and password == \

AttributeError: 'NoneType' object has no attribute 'strip'

The registration_key for that particular user is null in the database. I 
notice that all of the other accounts have an empty string. Think that the 
framework should be able to detect the null and handle it if possible 
rather than assume it will always be there.

Hope that's possible.

Thanks in advance,

Matt

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to