Merge branch 'U4-10975' of https://github.com/iofsauron/Umbraco-CMS into iofsauron-U4-10975
This commit is contained in:
@@ -347,8 +347,10 @@
|
||||
vm.unlockUserButtonState = "busy";
|
||||
usersResource.unlockUsers([vm.user.id]).then(function (data) {
|
||||
vm.user.userState = 0;
|
||||
vm.user.failedPasswordAttempts = 0;
|
||||
setUserDisplayState();
|
||||
vm.unlockUserButtonState = "success";
|
||||
|
||||
formHelper.showNotifications(data);
|
||||
}, function (error) {
|
||||
vm.unlockUserButtonState = "error";
|
||||
|
||||
Reference in New Issue
Block a user