Menu

user

user API Variable

This array contains the user information that has been validated and is requested to be created.

Array Variables

  • [uname] - Username being validated as unique.
  • [email] - Email address of user being validated as legal email address.
  • [pass] - Open Text password being check for legality on server node.
  • [user_viewemail] - Boolean if the email address is visible.
  • [user_mailok] - Boolean if the user can be mailed.
  • [timezone_offset] - Floating point of the timezone user or server is in.
  • [actkey] - Activation key for user.
  • [time] - Unix time of call to validate basic signature with [rand].
  • [rand] - Random Integer generated for signature.
  • [passhash] - Signature Pass Hash in sha1 for firing the API Correctly.

Related

Wiki: email
Wiki: pass
Wiki: passhash
Wiki: rand
Wiki: time
Wiki: timezone_offset
Wiki: uname
Wiki: user_mailok
Wiki: user_viewemail
Wiki: xoops_check_activation
Wiki: xoops_create_user

Monday.com Logo