Browse Source

密码过期

unknown 5 years ago
parent
commit
cb17b9a281
1 changed files with 1 additions and 1 deletions
  1. 1 1
      o2web/source/o2_core/o2/xDesktop/Authentication.js

+ 1 - 1
o2web/source/o2_core/o2/xDesktop/Authentication.js

@@ -2306,7 +2306,7 @@ MWF.xDesktop.Authentication.ChangePasswordForm = new Class({
             isEncrypted : "n" //是否启用加密,默认不加密,启用(y)。注意:使用加密先要在服务器运行 create encrypt key"
         }
         // o2.Actions.load("x_organization_assemble_personal").PasswordAction.changePassword( d, function (json) {
-        o2.Actions.load("x_organization_assemble_personal").PersonAction.setPasswordAnonymous( d, function (json) {
+        o2.Actions.load("x_organization_assemble_personal").ResetAction.setPasswordAnonymous( d, function (json) {
             if (callback) callback(json);
             //this.fireEvent("postOk")
         }.bind(this), function (errorObj) {