|
@@ -425,7 +425,6 @@ class UserManagement(View):
|
|
"username": username,
|
|
"username": username,
|
|
"NickName": username,
|
|
"NickName": username,
|
|
"userEmail": userEmail,
|
|
"userEmail": userEmail,
|
|
- "password": make_password(password),
|
|
|
|
}
|
|
}
|
|
device_user_qs = Device_User.objects.filter(userID=userID)
|
|
device_user_qs = Device_User.objects.filter(userID=userID)
|
|
device_user_qs.update(**user_data)
|
|
device_user_qs.update(**user_data)
|