- Changed authentication_login to AUTH_LDAP in auth.php

- Fixed paths in array authentication_login_pages in ayth.php
- Added new constants AUTHENTICATION_LOGIN and AUTHENTICATION_LOGIN_PAGES to AuthLib
- Added private method _redirectToLogin to AuthLib
- Better comments
This commit is contained in:
Paolo
2019-03-12 14:00:56 +01:00
parent aefd210273
commit 13db712fa7
3 changed files with 42 additions and 24 deletions
-3
View File
@@ -15,9 +15,6 @@ class Login extends FHC_Controller
parent::__construct();
}
//------------------------------------------------------------------------------------------------------------------
// Public methods
/**
* To login into the system with username and password as credentials
*/