The users data type imports user account information.
Use these attributes with the following table specification in line 1:
table=users
Field Name | Description |
---|---|
Id | Type: TEXT Access: READ-ONLY Attributes: INDEX Description: A unique, persistent identifier for this user. |
Name *+ | Type: TEXT Access: READ-WRITE Attributes: SENSITIVE,CREATE Description: Login name of the user. |
Password + | Type: TEXT Access: READ-WRITE Attributes: SENSITIVE Description: If the user is to be validated locally, the user's password. |
Guest + | Type: TEXT Access: READ-WRITE Attributes: SENSITIVE Description: The user's autologin properties. |
External + | Type: BOOLEAN Access: READ-WRITE Attributes: SENSITIVE Description: Indicates user is to be validated by an auth server. |
Groups + | Type: TEXT Access: READ-WRITE Attributes: SENSITIVE Description: Comma-separated list of groups to which to add user. (Will not remove users from groups not in list.) |