|
@@ -48,7 +48,7 @@ class AdminManage(TemplateView):
|
|
|
operation = request_dict.get('operation', None)
|
|
|
if userID is not None and operation is not None:
|
|
|
if operation == 'resetUserPwd':
|
|
|
- return self.resetUserPwd(request_dict=request_dict, userID=userID)
|
|
|
+ return self.resetUserPwd(request_dict,userID,response)
|
|
|
if operation == 'getAllOnLine':
|
|
|
return self.getAllOnLine(userID,response)
|
|
|
if operation == 'getOnLine':
|