coto / gae-boilerplate

Google App Engine Boilerplate
https://dev-dot-sandengine.appspot.com/
Other
684 stars 187 forks source link

Fix registration problem #243

Closed grrosegr closed 11 years ago

grrosegr commented 11 years ago

In the current version when I run on localhost and try to create a user, the web page says unexpected error and the console log says: ERROR 2013-06-20 19:09:14,516 handlers.py:852] Unexpected error creating the user g: 'NoneType' object has no attribute 'activated'

This implements the fix described by alexsms on https://github.com/coto/gae-boilerplate/issues/236#issuecomment-16306657

All unit tests pass