1
0
Fork 0
mirror of synced 2024-07-18 12:56:00 +12:00
appwrite/docs/references/users/create-bcrypt-user.md
2022-08-12 17:00:43 +01:00

1 line
225 B
Markdown

Create a new user. Password provided must be hashed with the [Bcrypt](https://en.wikipedia.org/wiki/Bcrypt) algorithm. Use the [POST /users](/docs/server/users#usersCreate) endpoint to create users with a plain text password.