Remove LDAP support.

This commit is contained in:
James Cole
2022-03-19 11:19:58 +01:00
parent 5ca0a9f75a
commit 52a5995bd1
15 changed files with 38 additions and 474 deletions

View File

@@ -45,7 +45,6 @@ use Illuminate\Auth\Events\Login;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
use Laravel\Passport\Client;
use Laravel\Passport\Events\AccessTokenCreated;
use LdapRecord\Laravel\Events\Import\Imported;
use Log;
use Mail;
use Request;
@@ -135,11 +134,6 @@ class EventServiceProvider extends ServiceProvider
UpdatedAccount::class => [
'FireflyIII\Handlers\Events\UpdatedAccountEventHandler@recalculateCredit',
],
// LDAP related events:
Imported::class => [
'FireflyIII\Handlers\Events\LDAPEventHandler@importedUser',
],
];
/**