appwrite/docs/references/users/create-phpass-user.md

1 line
221 B
Markdown
Raw Normal View History

2022-08-12 16:00:43 +00:00
Create a new user. Password provided must be hashed with the [PHPass](https://www.openwall.com/phpass/) algorithm. Use the [POST /users](/docs/server/users#usersCreate) endpoint to create users with a plain text password.