Index: ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js =================================================================== diff -u -r28961 -r29462 --- ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 28961) +++ ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 29462) @@ -62,7 +62,7 @@ return false; } //暂时屏蔽验证复杂密码 - var checkPasswordResult = testPasswordReg(Ext.getCmp('newPassword').getValue()) + var checkPasswordResult = testPasswordReg(Ext.getCmp('newPassword').getValue(),userName) if (!checkPasswordResult.success) { Ext.MessageBox.show({ title : '错误提示',