Wrong auth to door/box owner

player A place a door/box
player B place a code lock on it
player A still have permision to open the door / box

***They are not a friend or teammate
***No clan plugin in server

Here's a video of this problem
you can hear the sound when he open the code lock


And here's my config file

{
  "Clear Share Data On Map Wipe": false,
  "Team Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Friends Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Clan Share Settings": {
    "Enabled": false,
    "Share Cupboard": false,
    "Share Turret": false,
    "Key Lock Settings": {
      "Enabled": false,
      "Share Door": false,
      "Share Box": false,
      "Share Other Locked Entities": false
    },
    "Code Lock Settings": {
      "Enabled": false,
      "Share Door": false,
      "Share Box": false,
      "Share Other Locked Entities": false
    }
  },
  "Chat Settings": {
    "Send Authorization Success Message": true,
    "Chat Command": "autoauth",
    "Chat UI Command": "autoauthui",
    "Chat Prefix": "<color=#00FFFF>[AutoAuth]</color>: ",
    "Chat SteamID Icon": 0
  },
  "Version": {
    "Major": 1,
    "Minor": 2,
    "Patch": 2
  }
}
This is normal because the plugin only checks the owner of the door / box

But the problem gone if player A and B exchanged

I place door/box, he put the lock, I cant open it
but he place the door/box, I put the lock, he can open it
we have a same settings and oxide permission

Only the owner of the door / box is checked, regardless of who placed the code lock
This seems to be an error. lol