Prevent user from changing their password
This commit is contained in:
@ -108,6 +108,7 @@
|
||||
"Редактирование пользователя",
|
||||
new Dictionary<string, object>()
|
||||
{
|
||||
{ nameof(Dialogs.EditUser.CurrentUserId), currentUserId },
|
||||
{ nameof(Dialogs.EditUser.UserId), userWithRole.User.Id },
|
||||
{ nameof(Dialogs.EditUser.RoleId), userWithRole.Role.Id }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user