XBackBone/app/Controllers/Auth
samrzhevsky e7a0a99fe6
LDAP fixes
1. Changed `ldap_connect` error handling. `ldap_error` expects `LDAP\Connection`, and `ldap_connect` returns `false` if the syntax check fails
2. Fixed deprecation: passing null to parameter (`$ignore`) of type string
3. Fixed PHPDoc types for compatibility with PHP 8.1+
2023-08-28 00:31:22 +03:00
..
AuthController.php LDAP fixes 2023-08-28 00:31:22 +03:00
LoginController.php ldap: ensure missing ldap user is auto-created 2022-06-12 08:35:22 -07:00
PasswordRecoveryController.php Apply fixes from StyleCI 2023-04-19 21:23:06 +00:00
RegisterController.php Apply fixes from StyleCI 2023-04-19 21:23:06 +00:00