grist-core icon indicating copy to clipboard operation
grist-core copied to clipboard

Revoking a user across multiple teams

Open ohemelaar opened this issue 2 years ago • 3 comments

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!

ohemelaar avatar Mar 07 '23 10:03 ohemelaar

There is a method in the code that is intended to delete a user from anything they belong to: https://github.com/gristlabs/grist-core/blob/8853e095bb09afdfaa984de271736b6edd36114c/app/gen-server/lib/Doom.ts#L92 Nobody has built a UI for it yet though.

paulfitz avatar Mar 07 '23 18:03 paulfitz

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

almereyda avatar Sep 26 '24 12:09 almereyda

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.

paulfitz avatar Sep 26 '24 14:09 paulfitz