The following line is not user-email-field agnostic.
RyanFleck opened this issue · 0 comments
RyanFleck commented
I'd be happy to put in a PR to fix this issue, but I noticed that this line in the library requires the entire validate method to be overridden if the user model has a custom email field.
django-rest-auth/rest_auth/serializers.py
Line 108 in 624ad01
Perhaps you could take a note from AllAuth's playbook and implement a django setting to make your library easier to use with customized models?