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
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- 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 ...