refactor: rename accessGroup to userGroup

This commit is contained in:
Inex Code
2025-03-28 17:41:04 +03:00
parent a2d184a62c
commit c2e1fa41e9
4 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@@ -45,11 +45,11 @@
]
},
"locked": {
"lastModified": 1743151942,
"narHash": "sha256-bCB4Mbt0YKIib2TqGBHcxsE2DF5y75eOt4/akmLyjJM=",
"lastModified": 1743172836,
"narHash": "sha256-Ysfmg49O3i0b8vBDYfhFg0d9Ja/RybxXB+qvC+xbr6c=",
"ref": "inex/add-oauth",
"rev": "e626367ef256fa1b008c0cd9a063ffaf8ec7caec",
"revCount": 1738,
"rev": "d1db6ba7e4ba6fe7c0b39d1e381720d7b86b4806",
"revCount": 1739,
"type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
},

View File

@@ -27,7 +27,7 @@
sourcePage = "https://codeberg.org/forgejo/forgejo";
supportLevel = "normal";
sso = {
accessGroup = "sp.gitea.users";
userGroup = "sp.gitea.users";
adminGroup = "sp.gitea.admins";
};
};

View File

@@ -29,7 +29,7 @@
sourcePage = "https://github.com/nextcloud";
supportLevel = "normal";
sso = {
accessGroup = "sp.nextcloud.users";
userGroup = "sp.nextcloud.users";
adminGroup = "sp.nextcloud.admins";
};
};

View File

@@ -28,7 +28,7 @@
sourcePage = "https://github.com/roundcube/roundcubemail";
supportLevel = "normal";
sso = {
accessGroup = "sp.roundcube.users";
userGroup = "sp.roundcube.users";
adminGroup = "sp.roundcube.admins";
};
};