mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 14:05:44 +01:00
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
|
|
## Permissions ##
|
||
|
|
|
||
|
|
SCM-Manager knows three different types of repository permissions:
|
||
|
|
|
||
|
|
Type | Description
|
||
|
|
----- | ----------
|
||
|
|
READ | The user is able to read
|
||
|
|
WRITE | The user is able to read and write
|
||
|
|
OWNER | The user is able to read, write and to manager permissions
|
||
|
|
|
||
|
|
Repository permissions can be assigned to users and groups. The permissions can be assigned
|
||
|
|
to only one repository or to each repository. Administrators have owner permissions on every repository.
|
||
|
|
|
||
|
|
### Repository permissions ###
|
||
|
|
|
||
|
|
Repository permissions can be managed by administrators and by repository owners.
|
||
|
|
The permissions can be managed on the permission tab of each repository.
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
### Global permissions ###
|
||
|
|
|
||
|
|
Global permissions are only manageable by administrators. They can be managed at *Security -> Users* or *Security -> Groups*.
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
### Administrators ###
|
||
|
|
|
||
|
|
Administrators can mark other users as administrators at *Security -> Users*.
|