ソースを参照

忘记密码修复

chenjunkai 7 年 前
コミット
6fb1569108
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Controller/UserController.py

+ 1 - 1
Controller/UserController.py

@@ -464,7 +464,7 @@ class ForgetPwdView(TemplateView):
         was_limited = getattr(request, 'limited', False)
         if was_limited is True:
             return response.json(5)
-        return self.ValidationError(userName)
+        return self.ValidationError(userName,response)
 
     def ValidationError(self, userName, response):