|
User Configuration
Open the configuration file: default/server.xml
In the user section, you can configure and .
To add an administrator, just add one line in the Users -> admin Section:
<user name="admin" passwd="test" md5="off"/>
or:
<user name="admin" passwd="098f6bcd4621d373cade4e832627b4f6" md5="on"/>
Parameters of admin configuration:
Parameter |
Type |
Default Value |
Description |
name |
string |
username of the administrator |
name |
passwd |
string |
Password of the administrator can be encrypted by MD5 or not. |
password |
md5 |
string |
If the password is not encrypted it needs to be set as: md5="off".
If encrypted it needs to be set as: md5="on". |
md5 |
Multiple administrator accounts can be set up, however for security reasons, it is recommended to appoint only one administrator and to designate multiple moderators for different rooms who have less 'power'.
To add a reserved username, just add one row in
tag:
Administrator
updated at 2008-2-28 |