Hello,
We'd like to know if it's possible, as the superadmin, to delete or, at least, unshare user-shared kanban in Projeqtor.
Some of our users created and shared kanban but have now left and are not using Projeqtor anymore. Their kanban and probably other things are still there and are showing in the "shared kanban" tab.
Would it be possible to remove them to not fill this tab with "bloat" ?
Thanks.
You must connect with this user Account.
With admin account, reset user's password and connect as it.
Then unshare Kanban boards.
Is there any way to find out which user created/shared the kanban boards ? It doesn't look like it's shown in the ui.
Thanks for the quick answer.
quick is hurting me
I meant the previous one.
Only solution is in the DB :
select idUser from kanban where isShared=1;
You'll get id of users with shared Kanbans
NB : Ticket 5973 recorded to add this information in shared kanbans list