blob: 43f09f4a848975a60339fc6e11cc323147dcab26 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $Id: sunrise-user.xml,v 1.1 2003/03/09 00:05:27 pier Exp $
Description: All portal users
-->
<authentication>
<users>
<user>
<name>cocoon</name>
<password>cocoon</password>
<role>admin</role>
<title>Mr.</title>
<firstname>Walter</firstname>
<lastname>Cocoon</lastname>
<company/>
<street/>
<zipcode/>
<city/>
<country/>
<phone/>
<fax/>
<email/>
<bankid/>
<bankname/>
<accountid/>
</user>
<user>
<name>guest</name>
<password>guest</password>
<role>guest</role>
<title>Mrs.</title>
<firstname>G.</firstname>
<lastname>Guest</lastname>
<company>Cocoon</company>
<street>Cocoon Street</street>
<zipcode>33100</zipcode>
<city>Cocooncity</city>
<country>Somewhere</country>
<phone/>
<fax/>
<email>guest</email>
<bankid/>
<bankname/>
<accountid/>
</user>
</users>
</authentication>