diff options
author | emkael <emkael@tlen.pl> | 2016-03-09 15:04:31 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-09 15:04:31 +0100 |
commit | 58eeaba11f1abcccb947fa907c9eb23dc12a76f6 (patch) | |
tree | 89d8c78e6fbe5cfae3bf3e034481018b9e61d49b /app/php/application.xml | |
parent | cc974c9ba84353d41e3c23d253f0311e6a6f092f (diff) |
* user management
Diffstat (limited to 'app/php/application.xml')
-rw-r--r-- | app/php/application.xml | 5 |
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" /> |