iMerica / dj-rest-auth

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

Update handling of unique email addresses in registration #537

Closed pk-lms-dev closed 1 year ago

pk-lms-dev commented 1 year ago

allauth 0.55 has streamlined the process of verifying unique email addresses. The PR removes the import 'email_address_exists' and uses the new adapter function for the check. It should fix #534