Redirect from registration to directly login
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.
@regniets I think we might need a custom RedirectAction for this.
If we touch this feature, i would opt for adapting the Login-Form on demo.neos.io/neos - so that the user can just enter username/password and then is logged in. New issue?
Sorry not sure what you mean?