you won't be able to create multiple accounts with the same email
[SOLVED] List users with password query
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
Really?
yep
Rank 2: Process
Shit
emails are unique. So if you use something like test@example.com for one user, you can't use it for a new account, until you delete the existing test@example.com account
Rank 2: Process
Damn, that leaves me again with no solution for this problem 😬
i dont know if this helps
but have you looked at anonymous sessions?
no email/password or anything
just a session
Rank 2: Process
Yes, but then I cannot use document security for data access correct?
ah yeah
that's true
Rank 2: Process
Cannot everyone just create a anonymous session and therefore all the data is exposed if i allow access to all users for a collection?
pretty much
i dont think there's a way yet to do this in appwrite
an email/phone is required for creating an account
Rank 2: Process
But whats the usecase of a anonymous session then? If just anyone can create one, whats the point? 😅
Rank 2: Process
I could use some part of the send secret as part of the email and the other part as password. Still problematic with sending that plaintext via sms but I do not think some other baas provider than appwrite has a password only authentication method
i haven't read much about it, but it helps in separating active users from casual lookers i think.
look i mean technically, you don't need real emails if you're not going to verify them in appwrite
if you want, you could create random emails, and use them
Rank 2: Process
exaclty
Rank 2: Process
Thank you @safwan for your time! 🙂 Really was a pleasure discussing matters 👍
Rank 2: Process
[SOLVED] List users with password query