
i have a question on signing up up. if someone gets my endpoint cant he go to my console and sign up to another account? How is the security there?

your project is private to your email unless you add members

if you go to the endpoint it takes you to the register page

so if one accesses my endpoint then he is able to register another account and create other projects?

yes

isnt that an issue.?

you can add a user limit to your server

the default is 1 I believe

so only you can use the console if the limit isn't changed

so it means no one can signup again?

okay then.

thanks for the info

Refer to the _APP_CONSOLE_*
environment variables: https://appwrite.io/docs/environment-variables#general

[SOLVED] How to Disable Console Signup

[SOLVED] How to Disable Console Signup?
Recommended threads
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- SDK mismatch
Hi there, The following warning is currently appearing in my console: ``` Warning: The current SDK is built for Appwrite 1.8.0. However, the current Appwrite...
