Users registration
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
confirm_hash | character(32) | not null default (''::bpchar)::character(1) |
text | not null default ''::text | |
site_pw | character varying(32) | not null default (''::bpchar)::character(1) |
unix_pw | character varying(40) | not null default (''::bpchar)::character(1) |
date | integer | not null |
Indexes: users_registration_pk unique btree (confirm_hash, email) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)