07_authentication/src/rep/users.xml

<?xml version="1.0" encoding="UTF-8"?>
<!--
  -  Copyright 2001-2006 Geert Bevin <gbevin[remove] at uwyn dot com>
  -  Distributed under the terms of either:
  -  * the common development and distribution license (CDDL), v1.0; or
  -  * the GNU Lesser General Public License, v2.1 or later
  -  $Id: users.xml 3308 2006-06-15 18:54:14Z gbevin $
  -->

<!DOCTYPE credentials SYSTEM "/dtd/users.dtd">

<credentials>
    <user login="visitor">
        <password>password</password>
        <role>visitor</role>
    </user>
    <user login="admin">
        <password>password</password>
        <role>visitor</role>
        <role>admin</role>
    </user>
</credentials>