Index: ssts-web/src/main/webapp/logon.jsp =================================================================== diff -u -r40635 -r40640 --- ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 40635) +++ ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 40640) @@ -455,7 +455,7 @@ }); return false; } - var checkPasswordResult = testPasswordReg(top.Ext.getCmp('newPassword').getValue(),userNameID) + var checkPasswordResult = testPasswordReg(top.Ext.getCmp('newPassword').getValue(),j_username_display.value) if (!checkPasswordResult.success) { top.Ext.MessageBox.show({ title : '错误提示', @@ -710,7 +710,6 @@ if(!result){ showModifyPWDWindowByUnmodified(); }else { - showResult('修改成功') document.loginForm.submit(); } }