Skip to content
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

Revoking a user across multiple teams #455

Open
ohemelaar opened this issue Mar 7, 2023 · 3 comments
Open

Revoking a user across multiple teams #455

ohemelaar opened this issue Mar 7, 2023 · 3 comments

Comments

@ohemelaar
Copy link

Hello,

Is there a way to revoke access to a user for multiple teams at once? When having a lot of teams removing a single user can get pretty tedious by changing teams, managing users, searching, removing, repeat...

Thanks!

@paulfitz
Copy link
Member

paulfitz commented Mar 7, 2023

There is a method in the code that is intended to delete a user from anything they belong to:

public async deleteUser(userId: number) {

Nobody has built a UI for it yet though.

@almereyda
Copy link

Maybe this is a chance to offer a global settings and administration screen that is independent from teams or user accounts?

@paulfitz
Copy link
Member

There is an admin panel these days @almereyda, at /admin. So far it has accumulated diagnostics but no one has put configuration there yet. I expect continued evolution, and would welcome more work here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants