sumerokrOriginal post
Web Developer
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.
Summary
Title: [SOLVED] Prevent new user registrations
Messages:
- Hello, is there a way to prevent new users from registering?
- There is a hacky workaround, but I'm hoping for a better solution.
- You can limit user count under Auth > Security > Users Limit.
Solution: You can limit the user count under Auth > Security > Users Limit to prevent new user registrations.