-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting a user belonging to an organization #2120
Comments
Listing the orgas the user is in, with an option to remove the membership on all would be great 👍 The thing to note is that if you're the only owner of an Orga you can't be deleted from it 🙁 |
What I can propose (and try to implement) is the following: @bkcsoft 's note about one-user organization can be solved with removing the organization along with the user. |
Since user has a settings page named |
You mean the user settings? Is that still helpful for an admin? Even if it is, clicking through several buttons to delete the user doesn't make a lot of sense if it can be done automatically - unless there is a technical obstacle I'm not aware of. |
@glothriel but not allways user can be removed form the team (especially owners team if he is the only that team) |
Can't the whole team be removed with the last user? |
Owners team can not be deleted |
I think it show warning only where user is only owner. Also option could be added for this situation could possibly allow to specify user to whom ownership should be transfered like changing button "Trasfer ownership and delete". Also it should be modal dialog. |
I initially wanted to implement it in a dialog (like this one), but I couldn't find anything similiar in the code and decided to go with separate page. If you are aware of such already existing component please direct me. |
Yes that also, of course |
Currently there are no such dialogs but it's content could be filled using vuejs ccomponent with ajax request to get data |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
[x]
):Description
When I try to delete a user, if that user is a member of an organization then the application won't delete but show an error message, which is fine. But what would be an improvement, is the possibility to show to what organizations/repositories the user is member of, in that case I wouldn't have to go hunting through all organizations to find him/her to be able to remove him/her.
A better solution would probably be to remove him (but first warn that the user belongs to the following organizations: with a list to which ones).
Screenshots
If this issue involves the Web Interface, please include a screenshot
The text was updated successfully, but these errors were encountered: