Closed millerthegorilla closed 2 years ago
Also, in testing some app code, I didn't reference the email urls in to the urls.py, and I received the 'ERROR: no verify view found'.
Perhaps add to the message 'have you added the function decorator to a custom view, and if not have you referenced the email in urls.py" or similar.
Also, I notice that you have changed the token encryption method. It no longer uses a custom salt, so it might be best to remove the option from the readme and the code. I am happy to do a pull request if this would help.
Closed with da3c1391532c8b16cef162f5eabea5f80d8c0f65 and previous. Thanks a lot!
Hi,
I have had a problem where I install the django-email-verification, and then install the wrong version of the library jwt. I should install PyJwt, but instead installed jwt. This led to an exception of
The code at line 41/42 is as follows... except AttributeError: raise InvalidUserModel('The user model you provided is invalid')
except (Exception, AttributeError) as e: raise InvalidUserModel('The user model you provided is invalid - ' + str(e))