if you checked :
Default challenge on non-listed forms.
Enable CAPTCHA for every form not listed in "CAPTCHA points"
All forms are impacted even in the admin for no user id = 1
file : modules\captcha\captcha.module
Line : 165 and 272
Code : ADD =>
if($form_id != 'views_exposed_form' && $form_id != 'search_block_form' && $form_id != 'node_page_form' && $form_id != 'node_page_edit_form' && $form_id != 'editor_image_dialog'){
}
Comments
Comment #2
couturier commentedThis is one of many issues that need to be addressed to get CAPTCHA to a stable release.
Comment #3
chris matthews commentedComment #4
gregglesIs this still an issue with the latest versions?
I am using 8.x-1.0-beta1 and do not experience this problem.
Comment #5
wundo commentedComment #6
wundo commentedThis is fixed both in the latest dev and the latest release.