I was wondering if there was a way to set a captcha for new users? I want to avoid people creating a ton of spam accounts on my service.
That's actually a good point.
From my knowledge, As for now the creation of the user is inside a magicbox without interference.
I would suggest you open an feature issue for that
Hey Hmm that is actually a good point to check for robots and spam. Feel free to open a feature request on our GitHub. If itβs something you need implemented ASAP then I would recommend using some external API/Appwrite function
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...