Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect from registration to directly login #146

Open
Sebobo opened this issue Jul 28, 2022 · 3 comments
Open

Redirect from registration to directly login #146

Sebobo opened this issue Jul 28, 2022 · 3 comments

Comments

@Sebobo
Copy link
Member

Sebobo commented Jul 28, 2022

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.

@Sebobo
Copy link
Member Author

Sebobo commented Jul 28, 2022

@regniets I think we might need a custom RedirectAction for this.

@regniets
Copy link
Contributor

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?

@Sebobo
Copy link
Member Author

Sebobo commented Jul 28, 2022

Sorry not sure what you mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants