diff options
Diffstat (limited to 'demos/controls/protected/application.xml')
-rw-r--r-- | demos/controls/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/controls/protected/application.xml b/demos/controls/protected/application.xml index 2ae2e48a..56f37d03 100644 --- a/demos/controls/protected/application.xml +++ b/demos/controls/protected/application.xml @@ -18,7 +18,7 @@ <!-- modules configured and loaded when page service is requested -->
<modules>
<!-- user manager module -->
- <module id="users" class="System.Security.TUserManager" PasswordMode="Clear">
+ <module id="users" class="System.Security.TUserManager" UserFile="Demo.userFile" PasswordMode="Clear">
<user name="demo" password="work" />
<user name="demo2" password="work2" />
</module>
|