- Added new constants LDAP_NO_USER_DN and LDAP_TOO_MANY_USER_DN in constants.php

- LDAP_Model->getUserDN now returns errors with more information
- Login redirection is performed with HTTP code 302 instead of 301
- Fixed _checkHBALDAPAuthentication behavior
- AuthLib errors have more information
This commit is contained in:
Paolo
2019-03-12 16:14:58 +01:00
parent 13db712fa7
commit d1b4024b76
4 changed files with 35 additions and 15 deletions
+1
View File
@@ -20,6 +20,7 @@ class Login extends FHC_Controller
*/
public function usernamePassword()
{
$this->load->view('system/login/usernamePassword');
}
/**