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

2 lines
220 B
Markdown
Raw Normal View History

2022-06-17 21:25:28 +12:00
Create a new user. Password entered must be hashed with [Argon2](https://en.wikipedia.org/wiki/Argon2) algorithm. Use the [POST /users](/docs/server/users#usersCreate) endpoint if you want to import plain text password.