Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WickedUserCreateInfo

Hierarchy

Index

Properties

Optional customId

customId: string

email

email: string

groups

groups: string[]

Optional id

id: string

Specify the id of the user in case you are importing from a different system and want to re-use the user IDs (for whatever reason).

Optional mustChangePassword

mustChangePassword: boolean

Pass "true" if the user must change the password when logging in the first time.

Optional password

password: string

Optional passwordIsHashed

passwordIsHashed: boolean

Pass "true" if you are creating the user with a pre-hashed password; supported hashing mechanisms are:

  • bcrypt(password)
  • bcrypt(SHA256(password))

Optional validated

validated: boolean

Generated using TypeDoc