LeoneBacciu / django-email-verification

A Django app that takes care of verifying a users's email address and activating their profile.
MIT License
356 stars 56 forks source link

The user model you provided is invalid #46

Closed Jayvijay422000 closed 3 years ago

Jayvijay422000 commented 3 years ago

the code runs perfectly on localhost but doesn't work in the production environment pls help

LeoneBacciu commented 3 years ago

Can you please provide more info?

The-Daishogun commented 3 years ago

the code runs perfectly on localhost but doesn't work in the production environment pls help

is it possible you forgot to set the settings.EMAIL_PAGE_DOMAIN to the domain of your production environment?