1
0
Fork 0
mirror of synced 2024-09-09 14:21:24 +12:00
appwrite/docs/references/users/create-bcrypt-user.md

2 lines
212 B
Markdown
Raw Normal View History

2022-06-19 18:52:37 +12:00
Create a new user. Password entered must be hashed with the [Bcrypt](https://en.wikipedia.org/wiki/Bcrypt) algorithm. Use the [POST /users](/docs/server/users#usersCreate) endpoint to import plain text password.