Skip to content

Commit

Permalink
remove username field
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Sep 13, 2023
1 parent d1189c2 commit 4a25497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commcare_connect/users/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class User(AbstractUser):
null=True,
)

USERNAME_FIELD = "email"
REQUIRED_FIELDS = []

objects = UserManager()
Expand Down

0 comments on commit 4a25497

Please sign in to comment.