Update laravel framework, to laravel 11

This commit is contained in:
2025-01-12 15:28:45 +11:00
parent f460af7a47
commit 81014b9509
47 changed files with 1731 additions and 4078 deletions

View File

@@ -39,7 +39,7 @@ class SwapinAuthUser
Config::set('ldap.connections.'.$key.'.username',Cookie::get('username_encrypt'));
Config::set('ldap.connections.'.$key.'.password',Cookie::get('password_encrypt'));
Log::debug('Swapping out configured LDAP credentials with the user\'s cookie.');
Log::debug('Swapping out configured LDAP credentials with the user\'s cookie.',['key'=>$key,'user'=>Cookie::get('username_encrypt')]);
}
// We need to override our Connection object so that we can store and retrieve the logged in user and swap out the credentials to use them.