forked from consuldemocracy/consuldemocracy
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description du bug
Dans la page « S’enregistrer », on remplis le formulaire puis en validant on atterris sur une page blanche. Cela a été testé sur different postes.
Identification de l'origine du bug
Les logs indiquent, pour l'utilisateur Sandrine, que le bug s'origine dans le système de honeypot de consul (sur le champs family_name
) et l'autofill de google chrome :
I, [2019-02-19T17:39:29.615769 #1576] INFO -- : Started POST "/users" for 176.149.145.187 at 2019-02-19 17:39:29 +0100
I, [2019-02-19T17:39:29.618056 #1576] INFO -- : Processing by Users::RegistrationsController#create as HTML
I, [2019-02-19T17:39:29.618126 #1576] INFO -- : Parameters: {"utf8"=>"✓", "authenticity_token"=>"D+9KAYLsxtXlIajpwDmWXG/ziTinyFwkYtC88lJgYEP93UP+B2v7p/OOuU5RM/onyV6ABmdEOx/nIhM2sz5aKQ==", "user"=>{"use_redeemable_code"=>"", "locale"=>"fr", "lastname"=>"kamal", "firstname"=>"kamal", "username"=>"Sandsamp", "family_name"=>"Sampietro", "date_of_birth(3i)"=>"3", "date_of_birth(2i)"=>"1", "date_of_birth(1i)"=>"2000", "gender"=>"", "address"=>"Allée raymond courrière", "postal_code"=>"11855", "city"=>"carcassonne cedex 9", "phone_number"=>"468116306", "email"=>"sandrine.sampietro@aude.fr", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "ca_wanabee"=>"1", "terms_of_service"=>"1"}, "commit"=>"S'enregistrer"}
I, [2019-02-19T17:39:29.619266 #1576] INFO -- : Filter chain halted as #<Proc:0x00000007d2eec8@/home/deploy/www/cdj_aude/shared/bundle/ruby/2.3.0/gems/invisible_captcha-0.10.0/lib/invisible_captcha/controller_ext.rb:6> rendered or redirected
Ce qui a été fait pour résoudre le bug
Ajout de autocomplete: off
sur le champs family_name
du formulaire d'inscription pour éviter que les navigateurs le remplissent automatiquement.
Cf e88bce0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working