Rank 1: Thread
Where can I edit in the web console to allow users to invite?
or in the code if possible?
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 1: Thread
Where can I edit in the web console to allow users to invite?
or in the code if possible?
Is the user inside the team?
Rank 1: Thread
yes sir.
Maybe it needs to role Owner to be able to do that
An alternative is using an appwrite function
Rank 1: Thread
how to add user to be an owner of existing team?
Rank 1: Thread
any idea sir @D5 ?
Change/add the role of the user in the team to "Owner"
Rank 1: Thread
yes. it works already.
So does that solve it?
Note that the user will be the owner, meaning it can have more permissions than average user (can delete/modify the team if I remember it well). If you don't want that, use an appwrite function to generate the invitation
Rank 1: Thread
yes.