Difference between revisions of "User Object"
m (Reverted edit of TduZpc, changed back to last version by Moj) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{dataobj}} | ||
+ | __NOTOC__ | ||
+ | |||
=== Built in Fields === | === Built in Fields === | ||
Latest revision as of 13:53, 23 July 2007
EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects
Data Objects: Access - Document - EPrint - Event Queue - File - History - Import - Login Ticket - Request - Saved Search - Subject - User
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. |