craft your forge, build your project, grow your community freely
1---
2id: "88d7"
3priority: 80
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Anonymous is able to create branch
1112In `app/server/fsloader.go` function `func (u *GitRootUser) CanWrite(branch string) bool` by default an user can create a new brach.
1314Repository owner should be able to configure that:
1516- anonymous ok
17- only known user
18- never