I’m using Django 2.0.10 with rest-framework, rest-auth and allauth. I have a custom user model. I’ve got email verification working by using the allauth view. The verification email is sent when a user registers. If I click the link in the email, I’m taken to a page with a button to click to verify the email. This all works without