# If you want to add users in bulk to DBabble's internal database, fill in this file 
# with the user list and type "dbabblesvr -addusers"
# ---
# If user names already exist, new entries will be ignored (unless you use "dbabblesvr -setusers")
# ---
# Syntax is username [field_name=field_value [field_name=field_value]] ...
# everything is optional apart from username. 
# If you do not specify an initial password for new users, it defaults to the same as their user name.
# If you do not specify an initial display name for new users, it defaults to be same as their user name.
# If field values need to contain spaces, you can enclose them in quotes (")
# ---
# For a list of valid field names, see user_fields.dat
# ---
# To assign a user to belong to a user group, first create the user group from within DBabble, 
# and record the user group id, then add the field "ugroups=ugid[,ugid...]". 
# The user will be added to the user group with permissions the same as the user group default members.
# ---
# To assign a user to belong to a discussion group or chat room, first create the group from within DBabble, 
# and record the group id from the modifying page for that group, then add the field "groups=gid[,gid...]". 
# The user will then be subscribed to the discussion group or chat room.
# ---
# To assign some users to be in the users friends list, add a comma separated list of friend user names, which must already exist.
# If you need to assign friends that will be created later in this same file, run the command a second time using -setusers
# For example "friends=test1,test2"
# ---
# This takes about 1 second per 10 users.
# If you uncomment the following line, it will take about 1 second per 1000 users, but newly created users will not have thier friends list initialised, or be subscribed to default groups, or receive initial broadcast instant messages.
#do_fast
# ---
# ---
# For example (remove starting # and space to use)

# test100 pass=testpass display="test 100" email=test100@test.com permissions=1

# If you have forgotten a password, you could use something like this to reset it:

# test101 pass=testpass

# If you have you have forgotten who has administrator access, you could use something like this
# to give test102 administrator permissions:

# test102 permissions=0 f_root=true

# test103 ugroups=11,12 friends=test101,test102


# Subscribe user test104 to the chat rooms or discussion groups with group-ids 3 and 5:

# test104 groups=3,5


