Show notification on password reset like in profile page instead of closing the dialog
This commit is contained in:
@@ -568,7 +568,7 @@ angular.module('Application').controller('UsersController', ['$scope', '$locatio
|
||||
|
||||
$scope.passwordReset.busy = false;
|
||||
|
||||
$('#passwordResetModal').modal('hide');
|
||||
Client.notify($translate.instant('profile.passwordResetNotification.title'), $translate.instant('profile.passwordResetNotification.body', { email: $scope.passwordReset.email }), false, 'success');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user