Skip to content

Commit

Permalink
Removed legacy email_active field
Browse files Browse the repository at this point in the history
  • Loading branch information
Lugrim committed Oct 10, 2023
1 parent 4cdf3b1 commit d4703d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions insalan/user/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def __init__(self, *args, **kwargs):
email = models.EmailField(
verbose_name=_("Courriel"), max_length=255, unique=True, blank=False
)
email_active = models.BooleanField(
verbose_name=_("Courriel vérifié"), default=False
)
first_name = models.CharField(max_length=50, blank=True)
last_name = models.CharField(max_length=50, blank=True)
is_staff = models.BooleanField(
Expand Down

0 comments on commit d4703d1

Please sign in to comment.