Hi,
how can I find out whether I already have invited someone to a particular Kanboard Installation via User Management?
CU
Rainer
Hi,
how can I find out whether I already have invited someone to a particular Kanboard Installation via User Management?
CU
Rainer
Hi Rainer, welcome back!
I think you’d have to query the db something like:
SELECT * FROM invites WHERE project_id = 4711 AND email = '<questionable user>';
Wild guess, as I never invited someone.
Hi Alfred,
thx, based on your hint I did something more simple_
So my interest beehind my question here has a solution. I found the person which should be member of the project 3 times in the table, so I expect he has already be invited – more than 1 time. So again: "compulsory obligation!
Thx fo help,
Rainer