You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seen it happen, but need to prove it. If bad, the problem is prolly line 268 in Controllers/UserManageController.cs. Weird thing is a non-Super shouldn't be able to edit a Super, right? Or?
This userInfo.IsSuperUser = currentUser.IsSuperUser ? user.IsSuperUser : false;
Seen it happen, but need to prove it. If bad, the problem is prolly line 268 in Controllers/UserManageController.cs. Weird thing is a non-Super shouldn't be able to edit a Super, right? Or?
This
userInfo.IsSuperUser = currentUser.IsSuperUser ? user.IsSuperUser : false;
Should prolly be this, but tersed
The text was updated successfully, but these errors were encountered: