[SAC] [OSGeo] #2879: Unable to create repository as owner on osgeo gitea organisation

#2879: Unable to create repository as owner on osgeo gitea organisation
---------------------------+-----------------------
Reporter: kalxas | Owner: sac@…
     Type: defect | Status: new
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Keywords:
---------------------------+-----------------------
I tried earlier to create a new repository in gitea for the standards
committee and got a "restricted" response.

Related issue:

Unable to create repository as owner for a specific organisation · Issue #20643 · go-gitea/gitea · GitHub
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2879&gt;
OSGeo <Gter - OSGeo;
OSGeo committee and general foundation issue tracker.

#2879: Unable to create repository as owner on osgeo gitea organisation
---------------------------+------------------------
Reporter: kalxas | Owner: sac@…
     Type: defect | Status: closed
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+------------------------
Changes (by strk):

* status: new => closed
* resolution: => fixed

Comment:

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)
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2879#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2879: Unable to create repository as owner on osgeo gitea organisation
---------------------------+------------------------
Reporter: kalxas | Owner: sac@…
     Type: defect | Status: closed
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+------------------------
Comment (by kalxas):

Thank you!
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2879#comment:2&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.