symfony console make:auth keeps creating a custom authenticator

i created a Symfony 6 Application, but Forms Authentication keeps returning “Invalid Credentials”.

First i tried to follow the Documentation to implement a simple Form Login.
But i always get “Invalid Credentials” when i try to authenticate that user.

Then i tried the make:auth command so it might create stuff im probably missing but even if i select Option one for a Login Form Authenticator it keeps creating a Custom Authenticator.
But i dont need anything Custom, just simple Forms Authentication.

So how do i use the Basic Forms Authenticator or create it with the console?