iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

EmailAddressManager object has no attrubute 'is_verified' #573

Closed MMf-mmf closed 7 months ago

MMf-mmf commented 7 months ago

when using the registration endpoint I'm getting this error when attempting to register a new user, AttributeError: 'EmailAddressManager' object has no attribute 'is_verified'

if I reverse the code to the way it was before commit 725879b it works fine

image

any thoughts?

flange-ipb commented 7 months ago

See #538.