diff --git a/scm-webapp/src/main/resources/META-INF/scm/permissions.xml b/scm-webapp/src/main/resources/META-INF/scm/permissions.xml index 6b7f7bd99f..27f343bc30 100644 --- a/scm-webapp/src/main/resources/META-INF/scm/permissions.xml +++ b/scm-webapp/src/main/resources/META-INF/scm/permissions.xml @@ -32,7 +32,10 @@ --> - + + + * + repository:read,pull:* diff --git a/scm-webapp/src/main/resources/locales/de/plugins.json b/scm-webapp/src/main/resources/locales/de/plugins.json index 0822be9cdd..fa8250cb1a 100644 --- a/scm-webapp/src/main/resources/locales/de/plugins.json +++ b/scm-webapp/src/main/resources/locales/de/plugins.json @@ -1,5 +1,9 @@ { "permissions": { + "*": { + "displayName": "Globaler Administrator", + "description": "Darf die komplette Instanz administrieren." + }, "repository": { "read,pull": { "*": { diff --git a/scm-webapp/src/main/resources/locales/en/plugins.json b/scm-webapp/src/main/resources/locales/en/plugins.json index cc9902565b..86e8a40df1 100644 --- a/scm-webapp/src/main/resources/locales/en/plugins.json +++ b/scm-webapp/src/main/resources/locales/en/plugins.json @@ -1,5 +1,9 @@ { "permissions": { + "*": { + "displayName": "Global administrator", + "description": "May administer the entire instance" + }, "repository": { "read,pull": { "*": {