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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...