mirror of
https://github.com/fspc/workstand.git
synced 2026-09-22 19:41:37 -04:00
Keep track of email consent.
This commit is contained in:
@@ -44,6 +44,7 @@ class Member(AbstractBaseUser, PermissionsMixin):
|
||||
max_length=255,
|
||||
unique=True,
|
||||
)
|
||||
email_consent = models.BooleanField(default=False)
|
||||
first_name = models.CharField(max_length=255, null=False)
|
||||
last_name = models.CharField(max_length=255, null=False)
|
||||
preferred_name = models.CharField(max_length=255, null=True, blank=True)
|
||||
|
||||
Reference in New Issue
Block a user