Index: ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js =================================================================== diff -u -r40911 -r40917 --- ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 40911) +++ ssts-web/src/main/webapp/personalSetting/showModifyPWDWindowByExt.js (.../showModifyPWDWindowByExt.js) (revision 40917) @@ -3,6 +3,7 @@ // Encrypt with the public key... sendAuthenticationCodeSms(encryptedUserName, 'resetPwd', function (res) { if (res.success) { + showResult(res.message); setCodeTimeoutByModify(); } })