Difference between revisions of "User Object"

From EPrints Documentation
Jump to: navigation, search
(Built in Fields)
m (Reverted edit of TduZpc, changed back to last version by Moj)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{dataobj}}
 +
__NOTOC__
 +
 
=== Built in Fields ===
 
=== Built in Fields ===
  
Line 24: Line 27:
 
<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>

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 NameTypeDescription
useridint fieldThe ID number of this User Object (unique within a single repository)
rev_numberint fieldThe metadata revision number. Increased by 1 every time this record is modified.
saved_searchesmultiple subobject field
usernametext field
passwordsecret field
usertypenamedset field user
newemailemail field
newpasswordsecret field
pintext field
pinsettimeint field
joinedtime field
emailemail field
langarclanguage field
editpermsmultiple search field
permission_groupmultiple namedset field permission_group
frequencyset field
mailemptyboolean field
items_fieldsmultiple fields field
review_fieldsmultiple fields field
latitudefloat field
longitudefloat fieldthese 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.