|
2 registered users in last 24 hours OpenACS PersonPerson is a sub-type of party and represent a natural person in ]po[.
Person Fields
"person" is used by the DynField package as the base object for adding new fields to a user, so the list of fields in your ]po[ installation may be considerably longer.
Structure of the "persons" database table: Column | Type | Modifiers --------------------+-------------------------+----------- person_id | integer | not null first_names | character varying(100) | not null last_name | character varying(100) | not null
ReferencesData-Model:
Related Object Types:
|
