diff --git a/modules/context/org.go b/modules/context/org.go index 8b573808119bb..54cc3a9d8c538 100644 --- a/modules/context/org.go +++ b/modules/context/org.go @@ -69,12 +69,6 @@ func HandleOrgAssignment(ctx *Context, args ...bool) { org := ctx.Org.Organization ctx.Data["Org"] = org - // Force redirection when username is actually a user. - if org.Type != models.UserTypeOrganization { - ctx.Redirect(org.AsUser().HomeLink()) - return - } - // Admin has super access. if ctx.IsSigned && ctx.User.IsAdmin { ctx.Org.IsOwner = true