1
0
Fork 0
mirror of synced 2024-08-02 03:52:01 +12:00
appwrite/docs/references/users/create-bcrypt-user.md

1 line
244 B
Markdown
Raw Normal View History

2023-10-14 02:43:44 +13:00
Create a new user. Password provided must be hashed with the [Bcrypt](https://en.wikipedia.org/wiki/Bcrypt) algorithm. Use the [POST /users](https://appwrite.io/docs/server/users#usersCreate) endpoint to create users with a plain text password.