remove more email related code
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 8s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 8s
This commit is contained in:
@@ -75,6 +75,10 @@ class User(AbstractUser):
|
||||
|
||||
objects = CustomUserManager()
|
||||
|
||||
# Log in with username + password only; email is optional and not prompted
|
||||
# by createsuperuser.
|
||||
REQUIRED_FIELDS = []
|
||||
|
||||
|
||||
class TemporaryUser(models.Model):
|
||||
t_id = models.AutoField(primary_key=True)
|
||||
|
||||
Reference in New Issue
Block a user