You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: