banning a user now removes their roles

banned users can't be deleted completely
signing up for banned users is no longer possible
This commit is contained in:
Sarah Faey 2022-12-04 12:34:21 +01:00
parent de351e167c
commit 5d05430b89
3 changed files with 31 additions and 2 deletions

View file

@ -128,5 +128,6 @@
{
_submitMessage = "user unbanned successfully";
}
_user = UserService.GetLiebUser(_user.Id);
}
}