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

Registration form should be built with the information provided by the backend #6434

Open
erral opened this issue Oct 24, 2024 · 0 comments · May be fixed by #6435
Open

Registration form should be built with the information provided by the backend #6434

erral opened this issue Oct 24, 2024 · 0 comments · May be fixed by #6435

Comments

@erral
Copy link
Member

erral commented Oct 24, 2024

Is your feature request related to a problem? Please describe.
The form shown in the registration URL (/register) is hard-coded in the Register component.

Describe the solution you'd like
Plone backend has a way to say which fields should be available in the registration form. The point here is to call that endpoint in the /register route and build the form dynamically with the backend information.

Describe alternatives you've considered
None.

Additional context
We have done this in the past with the user information form. See #2917

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

Successfully merging a pull request may close this issue.

1 participant