Merge pull request #662 from amalhub/master

Once the password is changed - Curent user should be immediately logout
revert-70aa11f8
Susinda Perera 8 years ago committed by GitHub
commit 643be65cf9

@ -86,6 +86,7 @@ $(document).ready(function () {
$("#change-password-success-link").click(function () { $("#change-password-success-link").click(function () {
hidePopup(); hidePopup();
}); });
window.location.href = "/devicemgt/logout";
} }
}, function (jqXHR) { }, function (jqXHR) {
if (jqXHR.status == 400) { if (jqXHR.status == 400) {

Loading…
Cancel
Save