GitRoot

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