diff --git a/accounts/models.py b/accounts/models.py index e8be148..2a47f56 100644 --- a/accounts/models.py +++ b/accounts/models.py @@ -108,7 +108,7 @@ class User(AbstractBaseUser): # notice the absence of a "Password field", that's built in. USERNAME_FIELD = 'phone_number' - REQUIRED_FIELDS = [''] + # REQUIRED_FIELDS = [''] objects = UserManager()