[Feature] Admin Actions for Activation and Affiliation Request (#372)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#372
This commit is contained in:
2026-04-22 08:36:31 +12:00
parent 689f7998eb
commit fec26d0233
3 changed files with 130 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class User(AbstractUser):
blank=False,
)
is_reviewer = models.BooleanField(default=False)
contacted = models.BooleanField(null=True, blank=True)
USERNAME_FIELD = "email"
REQUIRED_FIELDS = ["username"]