Register a user
Last updated
Was this helpful?
Last updated
Was this helpful?
Fastest way to create a user account.
A couple of notes:
Warpgate uses for password hashing.
email field is not unique, but username is
If your web app uses emails to sign up users, it's okay to put email as username
Password must be at least 6 characters
The username
and email
fields are trimmed and downcased
Query
Variables
Response