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