Skip to content

Cleans session when after captcha is answered

Gabriel Silva requested to merge gabrielssilva/noosfero:captcha_cache into master

If the captcha is displayed in the sign up page, it will keep being displayed event if the user answer it.

This patch cleans the may_be_a_bot session value after the captcha is verified, so it will disappear once we make sure the user is not a bot.

Merge request reports