Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#2879 closed defect (fixed)

Unable to create repository as owner on osgeo gitea organisation

Reported by: kalxas Owned by: sac@…
Priority: normal Milestone: Unplanned
Component: SysAdmin Keywords:
Cc:

Description

I tried earlier to create a new repository in gitea for the standards committee and got a "restricted" response.

Related issue:

https://github.com/go-gitea/gitea/issues/20643

Change History (2)

comment:1 by strk, 18 months ago

Resolution: fixed
Status: newclosed

As a fix I've run the UPDATE sql found in the ticket above:

=> begin; update team set can_create_org_repo=true where name='Owners' and can_create_org_repo=false;BEGIN
UPDATE 27
=> commit;

Sorry I didn't log the name of those 27 teams. There's a total of 30 teams so only 3 of them had the correct value (maybe they were created after the upgrade to 1.7)

comment:2 by kalxas, 18 months ago

Thank you!

Note: See TracTickets for help on using tickets.