Merge pull request #662 from amalhub/master

Once the password is changed - Curent user should be immediately logout
This commit is contained in:
Susinda Perera 2017-03-22 15:54:33 +05:30 committed by GitHub
commit 643be65cf9

View File

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