-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SimpleEmailConfirmationUserMixin Model conflecting with django-role-permissions #65
Comments
Hello @DanishAbsar I tried in a new Django project and it works, but considering some things:
In the step 2 of Installation, use Taking the examples, the first example doesn't work because |
Thanks @Nieto2018 It works like a charm, but now I'm getting the following error |
In my case, I had another mixin from django-role-permissions |
Hello @DanishAbsar .I don't know how django-role-permissions affects, but you can try the following code, it should work:
|
Hi, @Nieto2018 sorry for the late response in my case, I suppose to verify the first email which used by the user during registration. |
Django 2.2.1
python 3.7.3
pip
django-role-permissions 2.2.1
The text was updated successfully, but these errors were encountered: