PM_USER_DATA Table
The PM_USER_DATA table contains general information about the user.
There is one row per user; data with special tags can occur once per user is also in that row.
The USER_ID is associated with a humanly legible name in the format that the user prefers.
The PASSWORD is the MD5 has for the user's password.
The EMAIL is the users preferred email address.
PM_USER_DATA |
|
|
PK | USER_ID | varchar(50) |
| FULL_NAME | varchar(255) |
| PASSWORD | varchar(255) |
| varchar(255) |