You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using reCAPTCHA and auth_signup_verify_email at the same time results in the error ValueError: Invalid field 'recaptcha_token_response' on model 'res.users'
Module
auth_signup_verify_email (Verify email at signup)
Describe the bug
"Something went wrong, please try again later or contact us." when reCAPTCHA in the logs
To Reproduce
Affected versions: 17.0.1.0.0
Steps to reproduce the behavior:
install and setup auth_signup_verify_email
install and setup google_recaptcha
try to create an account
Expected behavior
The account creation should proceed if the recaptcha passes
Additional context
The text was updated successfully, but these errors were encountered:
Using reCAPTCHA and auth_signup_verify_email at the same time results in the error ValueError: Invalid field 'recaptcha_token_response' on model 'res.users'
Module
auth_signup_verify_email (Verify email at signup)
Describe the bug
"Something went wrong, please try again later or contact us." when reCAPTCHA in the logs
To Reproduce
Affected versions: 17.0.1.0.0
Steps to reproduce the behavior:
Expected behavior
The account creation should proceed if the recaptcha passes
Additional context
The text was updated successfully, but these errors were encountered: