Is there any way to specify users schema as per requirement while signing up?
- 0
- Users
- Accounts
- Web
I want to specifically design user schema like how long should be usename, password and other criteria. I am not able to find these in the docs someone can help me out?
Is there any way to specify users schema as per requirement while signing up?
You can do this by preventing users from creating accounts and, instead, create a function that would validate the user ID length.
For passwords, you might want to 👍 this: https://github.com/appwrite/appwrite/issues/3182
ya sure, thanks Steven
Recommended threads
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...