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) + ; + } +}