Q: Is their any documentation about the database schema used. e.g. in the
ost_user table what is the status column used for and what are the
values it can take?A: There is no documentation about the schema. I believe that it is either 0 or 1. Although honestly I think that this column is probably going to be removed in favor of the ost_user_account table status column. Q: What column in what table denotes that a user's account has been activated and what is the value required?A: I think that is ost_user_account, status column. 0 means not activated, 1 means activated.