====== Users.ini ======
This file lists all users for whom  the server owner / admin wants to have special handling. In order to grant permissions to users, they need to be listed in the Users.ini file and they need to be a member of a group (since permissions are granted to groups, rather than users). A single user may be a member of several groups, the permissions from each group are then added together for such a user.

The generic format is that the user name is used as a section name and user's groups are listed in the Groups variable:
<code ini>
[username1]
Groups=Group1,Group2

[username2]
Groups=Group2,Group3,Group4

[username3]
Groups=Group1
</code>
If the Groups variable is empty or the username is not listed at all, the user is put into the "Default" group.