We should be able to directly login after registering the user successfully via the frontend form.
We have to provide the fields to the Neos\Neos\LoginController->authenticate action as
__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][username]
and
__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][password]
No csrftoken is needed.
We should be able to directly login after registering the user successfully via the frontend form.
We have to provide the fields to the
Neos\Neos\LoginController->authenticateaction as__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][username]and
__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][password]No csrftoken is needed.