You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 6.0 branch.
Discussion
----------
[Ldap] Removed deprecated code
| Q | A
| ------------- | ---
| Branch? | 6.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
This remove deprecated code from Ldap.
Do I have to update the upgrade log for the two method deletions or is it unnecessary because it's mentioned in the security?
Commits
-------
16bb7c4 [Ldap] Removed deprecated code
@@ -70,9 +69,6 @@ public function onCheckPassport(CheckPassportEvent $event)
70
69
}
71
70
72
71
$user = $passport->getUser();
73
-
if (!$userinstanceof PasswordAuthenticatedUserInterface) {
74
-
trigger_deprecation('symfony/ldap', '5.3', 'Not implementing the "%s" interface in class "%s" while using password-based authenticators is deprecated.', PasswordAuthenticatedUserInterface::class, get_debug_type($user));
0 commit comments