diff options
Diffstat (limited to 'src/main/resources/module.xml')
| -rw-r--r-- | src/main/resources/module.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 6881e71..2869639 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -98,9 +98,12 @@ <CollectionProperties/>
</Dependency>
</Item>
+ <Role jobList="false">User</Role>
<Agent name="dev" password="test">
<Role>Admin</Role>
- <Property name="Module">cristal-gui</Property>
+ </Agent>
+ <Agent name="user" password="test">
+ <Role>User</Role>
</Agent>
</Imports>
</CristalModule>
\ No newline at end of file |
