Thread: ioShareDB
View Single Post
Old 12-11-2003, 04:13 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Quote:
Originally posted by ZodMan
I Think I know the reason for that error, it's fixed in the next version
(forgot to set NOGROUP_ID if user has no group)

Default user and group file is not used by v0.9.0, but will be used by v1.0.0

Version 1.0.0 should be ready this weekend

To change a user to master you have to do this:

UPDATE users SET flags = 'M', time = NOW() WHERE name = 'user' AND locked = 0

and the sites will pick it up after the next db refresh
Also, be sure to pad group arrays in userfile structure with -1, as 0 is valid group id (if there is space for it) Array containing MAX_GROUPS groups, should not have padding
darkone is offline   Reply With Quote