Hierarchy

  • Params

Properties

city?: null | string

Home city of the user

country?: null | string

Home country code

customprofilefields?: ParamsCustomprofilefields

User custom fields (also known as user profile fields)

email: null | string

A valid and unique email address

firstname: null | string

The first name(s) of the user

lastname: null | string

The family name of the user

password: null | string

Plain text password

recaptchachallengehash?: null | string

Recaptcha challenge hash

recaptcharesponse?: null | string

Recaptcha response

redirect?: null | string

Redirect the user to this site url after confirmation.

username: null | string

Username

Generated using TypeDoc