summaryrefslogtreecommitdiff
path: root/app/php/application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/php/application.xml')
-rw-r--r--app/php/application.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/php/application.xml b/app/php/application.xml
index 13a86e1..9f1cb34 100644
--- a/app/php/application.xml
+++ b/app/php/application.xml
@@ -43,6 +43,11 @@
<route class="TBrowserLogRoute" Categories="System" />
</module>
-->
+
+ <module id="auth" class="System.Security.TAuthManager"
+ UserManager="users" LoginPage="Login" />
+ <module id="users" class="System.Security.TDbUserManager"
+ UserClass="Application.user.DbUser" />
</modules>
<services>
<service id="page" class="TPageService" />