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

auth_signup_verify_email: raises ValueError when your signup form has custom fields #767

Open
gbrito opened this issue Feb 28, 2025 · 0 comments · May be fixed by #768
Open

auth_signup_verify_email: raises ValueError when your signup form has custom fields #767

gbrito opened this issue Feb 28, 2025 · 0 comments · May be fixed by #768
Labels

Comments

@gbrito
Copy link

gbrito commented Feb 28, 2025

Module

auth_signup_verify_email

Describe the bug

If your signup form has custom fields, it will raise an error because it tries to create an user with all fields from the signup form

To Reproduce

Affected versions: All

Steps to reproduce the behavior:

  1. Add custom field to the signup form
  2. Try to register with a valid email

Expected behavior
A user should be created and logged in

Additional context
Issue comes from here

@gbrito gbrito added the bug label Feb 28, 2025
gbrito added a commit to gbrito/server-auth that referenced this issue Feb 28, 2025
This commit enables the extension of the values from other modules
Fix OCA#767
gbrito added a commit to gbrito/server-auth that referenced this issue Feb 28, 2025
This commit enables the extension of the values from other modules
Fix OCA#767
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant