Project

General

Profile

Bug #776

Updated by Pierre-Louis Bonicoli almost 2 years ago

There is an issue related to the captcha: 
 <pre> 
 Oops, we failed to validate your reCAPTCHA response. Please try again. 
 </pre> 
 I tried with firefox and chromium. 

 @/var/log/redmine/dc/production.log@ from the @redmine@ LXC container: 
 <pre> 
 Started POST "/account/register" for 185.238.6.46 at 2022-07-10 12:53:52 +0000 
 Processing by AccountController#register as HTML 
   Parameters: {"utf8"=>"✓", "authenticity_token"=>"[REDACTED]", "user"=>{"login"=>"pilou_test", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "firstname"=>"pilou", "lastname"=>"pilou_test", "mail"=>"pilou_test@ir5.eu", "language"=>"fr"}, "g-recaptcha-response"=>"[REDACTED]", "commit"=>"Soumettre"} 
   Current user: anonymous 
   Rendering plugins/recaptcha/app/views/account/register.html.erb within layouts/base 
   Rendered plugins/recaptcha/app/views/account/register.html.erb within layouts/base (8.8ms) 
 Completed 200 OK in 3022ms (Views: 14.7ms | ActiveRecord: 1.4ms) 
 </pre>

Back