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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)