mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 06:29:06 +00:00
11 lines
298 B
Markdown
11 lines
298 B
Markdown
|
|
appwrite users createScryptUser \
|
||
|
|
--userId [USER_ID] \
|
||
|
|
--email email@example.com \
|
||
|
|
--password password \
|
||
|
|
--passwordSalt [PASSWORD_SALT] \
|
||
|
|
--passwordCpu null \
|
||
|
|
--passwordMemory null \
|
||
|
|
--passwordParallel null \
|
||
|
|
--passwordLength null \
|
||
|
|
|