1. Hey,
    I am unable to revoke permissions for any user on my server.

    Here is an example:
    Code:
    > show user scan
    User '[AGN] Scaniaman93 (76561198043535082)' permissions:
    color_mod, playermanager.kick, playermanager.gui, playermanager.ban, playermanag
    er.ips, playermanager.tp, masterkey.doors, masterkey.gates, masterkey.boxes, ent
    ityowner.cancheckowners, betterchat.moderator, color_agn, betterchat.color_agn,
    dayvote.use, commandalias.use, deathnotes.see, radarmanager.clan, radarmanager.f
    riend, radarmanager.hide, betterchat.group.player, betterchat.group.default
    User '[AGN] Scaniaman93 (76561198043535082)' groups:
    
    Then i run:
    Code:
    revoke user scan masterkey.doors
    which outputs:
    Code:
    [Oxide] 00:35 [Info] User '[AGN] Scaniaman93 (76561198043535082)' revoked permission 'masterkey.doors'
    Running
    Code:
    show user scan
    still shows that the user has the permission.

    Any ideas?
     
  2. Wulf

    Wulf Community Admin

    If they have the permission still, then they are getting it from one of the groups they are in. You'd need to remove them from that group or remove the permission from that group.
     
  3. Hi Wulf,
    The user is not part of any groups (you can see this in the first code segment of my initial post)

    Code:
    User '[AGN] Scaniaman93 (76561198043535082)' groups:
    
    There is nothing printed after this line
    [DOUBLEPOST=1466466372][/DOUBLEPOST]I also thought that the "default" group had the permission, perhaps it was invoking it from there, but the group does not contain that permission in question.
     
    Last edited by a moderator: Jun 21, 2016
  4. Wulf

    Wulf Community Admin

    The permission has to be coming from someone though, so he's likely in a group still but for some reason they aren't showing.
     
  5. Okay, it seems that the "User Groups:" thing does not print their groups.

    Running
    Code:
    usergroup remove scan moderator
    
    Has fixed the issue, perhaps something to look at as to why a users groups is not showing on a show user command?
     
  6. Wulf

    Wulf Community Admin

    I'm not sure, but it shows correct for me locally.