Manually adding a user to the pre-release 0.96 Dottext schema
The current Dottext schema is adding user account and user role features which requires a little manual database updating:
1. Add a record to the blog_GenericUsers table:
a. UserName & Password, copy from blog_Config table.
b. PasswordFormat = 1
c. UserAccountStatus = 1
d. IsAnonymous = 0
e. ForceLogin = 1
2. Add a record to the blog_UserProperties table:
a. UserID, copy from blog_GenericUsers table.
b. UserConfig = 3
3. Add a record to the blog_Roles table:
a. UserID, copy from blog_GenericUsers table.
b. BlogID, copy from blog_Config table.
c. BlogRoleID = 1