Dear appwriters,
Is there any way to prevent new users from registering? I assume even if my webapp doesn't have Register page, anyone who knows ProjectId (can be found in browser page source code) can fire a request to register a new user programatically. I want to avoid that.
You can limit users count from Auth > Security > Users Limit
That is a hacky workaround 🙂 I wish there is a better way
[SOLVED] Prevent new user registrations
Recommended threads
- Does Appwrite allow SSE ?
i'm trying to setup a slack bot on my site. Your deployed SSE endpoint is returning a non‑SSE response …and the browser immediately closes the connection. read...
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...