Difference between revisions of "SYSROLES"

From Lianjapedia
Jump to: navigation, search
Line 10: Line 10:
 
!Column||Data Type||Width||Description
 
!Column||Data Type||Width||Description
 
|-
 
|-
|DOMAIN||C||80||Domain
+
|DOMAIN||C||80||Domain:
 
|-
 
|-
|USERNAME||C||80||Username
+
|USERNAME||C||80||Username: Name of the user, case-sensitive.
 
|-
 
|-
|PASSWORD||C||80||Password
+
|PASSWORD||C||80||Password: Password for the user, case-sensitive. This is encrypted as an MD5 cryptographic key.
 
|-
 
|-
|ROLES||C||255||Roles
+
|ROLES||C||255||Roles: Comma-separated list of roles for the user.
 
|-
 
|-
|EMAIL||C||80||Email
+
|EMAIL||C||80||Email: User's email address.
 
|-
 
|-
 
|}
 
|}

Revision as of 08:06, 1 October 2014

Purpose

See Also

MD5()

Description

Column Data Type Width Description
DOMAIN C 80 Domain:
USERNAME C 80 Username: Name of the user, case-sensitive.
PASSWORD C 80 Password: Password for the user, case-sensitive. This is encrypted as an MD5 cryptographic key.
ROLES C 255 Roles: Comma-separated list of roles for the user.
EMAIL C 80 Email: User's email address.

Example