Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the accept invitation page in the front end but now how does the user log into his account. He has never set a password. Is there a clean way to do this without sending a password reset link? Can anyone point me to code examples handeling invitationlinks created by appwrite teams.createMembership function?
TL;DR
Developers are looking for a way to handle ghost accounts created by teams.createMembership() in Appwrite without having to send a password reset link. They want a clean solution on how users can log in without setting a password. Solution: Implement a method for users to log in without needing a password reset link after accepting the invitation. Check Appwrite documentation or look for code examples related to the handling of invitation links generated by the teams.createMembership function.