diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-02-13 10:48:45 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-02-13 10:48:45 +0100 |
| commit | 08c27be43aa4b7d52feaa4a0f343d8136449b96e (patch) | |
| tree | 661b1ff6daec79237b2556c0323ad9fc0e71a488 | |
| parent | f3b930465573c3e097f4a2c1f85457fa5d9c7acd (diff) | |
Add non-admin example user 'User'
| -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 |
