We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Affected versions: All
Steps to reproduce the behavior:
Expected behavior A user should be created and logged in
Additional context Issue comes from here
The text was updated successfully, but these errors were encountered:
[REF] auth_signup_verify_email: ensure right values are taken
531858c
This commit enables the extension of the values from other modules Fix OCA#767
[16.0][FIX] auth_signup_verify_email: ensure right values are taken
0840e79
Successfully merging a pull request may close this issue.
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:
Expected behavior
A user should be created and logged in
Additional context
Issue comes from here
The text was updated successfully, but these errors were encountered: