Difference between revisions of "User Object"

From EPrints Documentation
Jump to: navigation, search
(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 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.