Difference between revisions of "User Object"
(→Built in Fields) |
|||
| Line 24: | Line 24: | ||
<tr><td>latitude</td><td>[[float field]]</td><td></td></tr> | <tr><td>latitude</td><td>[[float field]]</td><td></td></tr> | ||
<tr><td>longitude</td><td>[[float field]]</td><td>these store the position on earth which this user relates to, if any. This could be where the user works or lives, for example.</td></tr> | <tr><td>longitude</td><td>[[float field]]</td><td>these store the position on earth which this user relates to, if any. This could be where the user works or lives, for example.</td></tr> | ||
| + | <tr><td>****</td><td colspan="2">Repository-specific fields for the [[User Object]] are defined in [[user_fields.pl]] - these are in addition to the fields listed here.</td></tr> | ||
</table> | </table> | ||
Revision as of 16:49, 10 January 2007
Built in Fields
| Field Name | Type | Description |
|---|---|---|
| userid | int field | The ID number of this User Object (unique within a single repository) |
| rev_number | int field | The metadata revision number. Increased by 1 every time this record is modified. |
| saved_searches | multiple subobject field | |
| username | text field | |
| password | secret field | |
| usertype | namedset field user | |
| newemail | email field | |
| newpassword | secret field | |
| pin | text field | |
| pinsettime | int field | |
| joined | time field | |
| email field | ||
| lang | arclanguage field | |
| editperms | multiple search field | |
| permission_group | multiple namedset field permission_group | |
| frequency | set field | |
| mailempty | boolean field | |
| items_fields | multiple fields field | |
| review_fields | multiple fields field | |
| latitude | float field | |
| longitude | float field | these store the position on earth which this user relates to, if any. This could be where the user works or lives, for example. |
| **** | Repository-specific fields for the User Object are defined in user_fields.pl - these are in addition to the fields listed here. | |