« Merging Dottext 0.95 mods to 0.96 code base | Main | Delete 0.95 cookies when deploying 0.96 Dottext »

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

 

 

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)