Skip to content

Commit

Permalink
[JENKINS-62297] Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed May 17, 2020
1 parent f8abec6 commit 4660881
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@ public class UsersContent extends UnfilteredFileListCapComponent {
@NonNull
@Override
public Set<Permission> getRequiredPermissions() {
return Collections.emptySet();
return Collections.singleton(Jenkins.ADMINISTER);
}

@NonNull
Expand Down

0 comments on commit 4660881

Please sign in to comment.