Cannot remove user from organization from members page #5458

Closed
opened 2025-11-02 06:25:31 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @classabbyamp on GitHub (May 26, 2020).

  • Gitea version (or commit ref): 1.11.5
  • Git version: 2.24.3
  • Operating system: Docker
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:
2020-05-26T03:00:18.664585502Z [Macaron] 2020-05-26 03:00:18: Started POST /org/{{ org name }}/members/action/remove for {{ ip }}

Description

When I try to remove an organization member from the org members page (/org/{{ org name }}/members), the request never completes, and other requests start to freeze for other users. This does not happen when removing the member from the /org/{{ org name }}/teams/{{ team name }} page.

Screenshots

Originally created by @classabbyamp on GitHub (May 26, 2020). <!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref): 1.11.5 - Git version: 2.24.3 - Operating system: Docker - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [x] No - [ ] Not relevant - Log gist: ``` 2020-05-26T03:00:18.664585502Z [Macaron] 2020-05-26 03:00:18: Started POST /org/{{ org name }}/members/action/remove for {{ ip }} ``` ## Description When I try to remove an organization member from the org members page (`/org/{{ org name }}/members`), the request never completes, and other requests start to freeze for other users. This does not happen when removing the member from the `/org/{{ org name }}/teams/{{ team name }}` page. ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the issue/duplicate label 2025-11-02 06:25:31 -06:00
Author
Owner

@zeripath commented on GitHub (May 26, 2020):

This is a duplicate of the already fixed issue #10549

#11438 and its backport #11439 fix this issue for master/1.12 and 1.11 respectively.

@zeripath commented on GitHub (May 26, 2020): This is a duplicate of the already fixed issue #10549 #11438 and its backport #11439 fix this issue for master/1.12 and 1.11 respectively.
Author
Owner

@argentini commented on GitHub (Oct 5, 2020):

This is still happening for me in 1.12.4 and 1.12.5. Clicking "Remove" for the user in an org never completes and locks other processes.

@argentini commented on GitHub (Oct 5, 2020): This is still happening for me in 1.12.4 and 1.12.5. Clicking "Remove" for the user in an org never completes and locks other processes.
Author
Owner

@argentini commented on GitHub (Oct 5, 2020):

Also, it happens when I sign in as the user and try to leave the organization.

@argentini commented on GitHub (Oct 5, 2020): Also, it happens when I sign in as the user and try to leave the organization.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5458