From dbc4a80cf219b36618230003f6088b8ffa9615c4 Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Mon, 8 Jan 2024 09:55:28 +0100 Subject: [PATCH] Fix patch --- sources/patches/main-00-ldap-auth.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/patches/main-00-ldap-auth.patch b/sources/patches/main-00-ldap-auth.patch index fdf51e7..981f010 100644 --- a/sources/patches/main-00-ldap-auth.patch +++ b/sources/patches/main-00-ldap-auth.patch @@ -140,7 +140,7 @@ index 00000000..eb8b1149 + } + + return $user->setUsername(\reset($email)) -+ ->setIdentifier($identifier) ++ ->setUserIdentifier($identifier) + ; + } +}