mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
Remove direct user adding to organization members (#2641)
This commit is contained in:
parent
f42dbdbae5
commit
32ca299650
6 changed files with 0 additions and 77 deletions
|
@ -407,8 +407,6 @@ func RegisterRoutes(m *macaron.Macaron) {
|
|||
|
||||
m.Route("/delete", "GET,POST", org.SettingsDelete)
|
||||
})
|
||||
|
||||
m.Route("/invitations/new", "GET,POST", org.Invitation)
|
||||
}, context.OrgAssignment(true, true))
|
||||
}, reqSignIn)
|
||||
// ***** END: Organization *****
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue