Index: ssts-web/src/main/webapp/logon.jsp =================================================================== diff -u -r40895 -r40911 --- ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 40895) +++ ssts-web/src/main/webapp/logon.jsp (.../logon.jsp) (revision 40911) @@ -374,7 +374,7 @@ // Encrypt with the public key... var userName = document.getElementById("j_username_display").value; var encryptedUserName = encrypt.encrypt(userName); - sendAuthenticationCodeSms(encryptedUserName, function (res) { + sendAuthenticationCodeSms(encryptedUserName, 'login', function (res) { if (res.success) { setCodeTimeoutByModify(); }