mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +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 \
|
||
|
|
|