-
Notifications
You must be signed in to change notification settings - Fork 1
USER STORY: Ban a user #38
Copy link
Copy link
Open
Labels
1User Story Estimate is 1 story pointUser Story Estimate is 1 story pointcould-haveA could-have featureA could-have feature
Description
Metadata
Metadata
Assignees
Labels
1User Story Estimate is 1 story pointUser Story Estimate is 1 story pointcould-haveA could-have featureA could-have feature
Projects
StatusShow more project fields
Future Features
User Story:
As a Site admin, I can ban a user so that they are blocked if they violate the site rules
Useful Docs:
User model documentation - https://docs.djangoproject.com/en/3.0/ref/contrib/auth/#django.contrib.auth.models.User.is_active
Tasks:
is_banneduser.is_active = False