stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

Modified Stormpath User so it works with e-mail verification. #60

Closed avojnovicDk closed 8 years ago

avojnovicDk commented 9 years ago

I added is_verified attribute to handle all the account statuses (ENABLED, DISABLED and UNVERIFIED). is_active attribute now defaults to value depending on whether or not Email Verification is enabled (as mentioned in #59). Also, I modified _mirror_data_from_db_user and _mirror_data_from_stormpath_account so they mirror user's attributes and account status.