diff --git a/service.go b/service.go index 4458195..5960bd3 100644 --- a/service.go +++ b/service.go @@ -1057,9 +1057,6 @@ func handleUserDelete(ctx *serviceContext, params []string) error { } func handleUserRun(ctx *serviceContext, params []string) error { - if !ctx.user.Admin { - return fmt.Errorf("only admins may run command as other users") - } if len(params) < 2 { return fmt.Errorf("expected at least two arguments") }