-
-
Notifications
You must be signed in to change notification settings - Fork 785
Registration form fails with 404 in Volto #6987
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
Comments
Thanks for opening your first issue here! Your engagement is essential for open source projects, including Plone. 🤗 |
Also related: #5951. We need to make it work when use_email_as_login is True and also when it is False. |
I have gone through this issue and i believe i can solve it so can you assign me this issue. |
@addymistrel A PR is already open... |
@addymistrel we don't assign issues. Please read and follow First-time contributors, especially Things not to do, Contributing to Plone, and Contributing to Volto. |
Describe the bug
The registration form in Volto is failing because it doesn't include the required
username
field when submitting to the backend API, resulting in a 404 error. The form currently only sendsfullname
andemail
fields, but the backend API requires an explicitusername
field.When submitting the registration form, the following error is returned:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since the email field description states "This will be your login name", the form should automatically use the email as the username when submitting to the API:
Screenshots
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: