mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-21 02:12:15 -05:00
See #925. Co-authored-by: jinn <jinn@noreply.codeberg.org> Reviewed-on: https://codeberg.org/forgejo/docs/pulls/1026 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Robert Wolff <mahlzahn@posteo.de> Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
This commit is contained in:
parent
900cbfd759
commit
ca9a5347ef
1 changed files with 6 additions and 4 deletions
|
@ -47,10 +47,12 @@ and shows a link to the repository on the package site (as well as a link to the
|
|||
|
||||
## Access Restrictions
|
||||
|
||||
| Package owner type | User | Organization |
|
||||
| ------------------ | ----------------------------------------------------------- | -------------------------------------------------------- |
|
||||
| **read** access | public, if user is public too; otherwise for this user only | public, if org is public, otherwise for org members only |
|
||||
| **write** access | owner only | org members with admin or write access to the org |
|
||||
| Package owner type | User | Organization |
|
||||
| ------------------ | ------------------------------------------------------- | -------------------------------------------------------- |
|
||||
| **read** access | public, if user is public, otherwise for this user only | public, if org is public, otherwise for org members only |
|
||||
| **write** access | owner only | org members with admin or write access to the org |
|
||||
|
||||
Additionally, public access can be restricted instance-wide by the setting of [`service.REQUIRE_SIGNIN_VIEW`](../../admin/config-cheat-sheet/#service-service).
|
||||
|
||||
N.B.: These access restrictions are subject to change, where more finegrained control will be added via a dedicated organization team permission.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue