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
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...