|
2 registered users in last 24 hours OpenACS UserThe "user" object type represents persons with the right to login to the ]po[ application.
User Fields
Data-Model
Structure of the users database table: user_id | integer | not null authority_id | integer | username | character varying(100) | not null screen_name | character varying(100) | priv_name | integer | not null default 0 priv_email | integer | not null default 5 email_verified_p | boolean | default true email_bouncing_p | boolean | not null default false no_alerts_until | timestamp with time zone | last_visit | timestamp with time zone | second_to_last_visit | timestamp with time zone | n_sessions | integer | not null default 1 password | character(40) | salt | character(40) | password_question | character varying(1000) | password_answer | character varying(1000) | password_changed_date | timestamp with time zone | auth_token | character varying(100) | skin | integer | not null default 0 skin_id | integer |
|
