#[SOLVED] How to Disable Console Signup?
14 messages · Page 1 of 1 (latest)
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
Refer to the _APP_CONSOLE_* environment variables: https://appwrite.io/docs/environment-variables#general
[SOLVED] How to Disable Console Signup