Need The Custom Ajax to be executed synchronously in logic.js
Content
Dear All,
Currently I'm trying to customized the widget login\LoginDialog per the requirement. I'm going to validate the username manually before the real login.
I tried to override the function _validateUsername as below,
_validateUsername: function(username) { if (username.indexOf(' ') > -1) |