Skip to content

Default users.xml#

users.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<users>
    <user name="admin">
        <!-- The default password encrypted with 10 salting rounds -->
        <password>$2a$10$RIfrfOyGHsOPSbXqaJD0iOjzmnQu3qAu0KSm6YMwVx1cpJYAygyWW</password>
        <role>admin</role>
        <changePassword>true</changePassword>
    </user>
</users>