This commit is contained in:
Pomax 2022-01-24 12:12:17 -08:00
Родитель fc88c15c46
Коммит 19036c67bc
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -11,12 +11,6 @@ from pulseapi.profiles.models import UserProfile
class EmailUserManager(BaseUserManager):
def create_user(self, name, email, password=None):
"""
TEMPORARY MEASURE TO PREVENT SIGNUP SPAM,
SEE https://github.com/mozilla/network-pulse-api/issues/762
"""
raise ValueError('Not accepting new users at this time.')
if not name:
raise ValueError('Users must have a name')