|
@@ -186,6 +186,7 @@ class registerView(TemplateView):
|
|
if dataValid.password_validate(password):
|
|
if dataValid.password_validate(password):
|
|
if dataValid.email_validate(username):
|
|
if dataValid.email_validate(username):
|
|
if userEmail:
|
|
if userEmail:
|
|
|
|
+ print(userEmail)
|
|
emailValid = Device_User.objects.filter(userEmail=userEmail)
|
|
emailValid = Device_User.objects.filter(userEmail=userEmail)
|
|
if emailValid.exists():
|
|
if emailValid.exists():
|
|
return response.json(103)
|
|
return response.json(103)
|