Skip to content
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

Verification is only based on isActive #67

Open
h-enes-simsek opened this issue Jun 23, 2023 · 1 comment
Open

Verification is only based on isActive #67

h-enes-simsek opened this issue Jun 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@h-enes-simsek
Copy link

Django documentation said about isActive as follows

Boolean. Designates whether this user account should be considered active. 
We recommend that you set this flag to False instead of deleting accounts; 
that way, if your applications have any foreign keys to users, the foreign keys won’t break.

So, think about this scenario. A user has created an account and verified successfuly. Then admin decided to ban this user and set its isActive flag to false. User is now able to request verification mail (re-send) and set own isActive flag to true.

What do you think about this problem? Thank you.

@foo290
Copy link
Owner

foo290 commented Jul 13, 2023

That's really good, amazing find, thanks, will try to hook up something for this ❤️

@foo290 foo290 added the bug Something isn't working label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants