You are here

18 calls to captcha_set_form_id_setting() in CAPTCHA 7

CaptchaAdminTestCase::testCaptchaPlacementCacheClearing in ./captcha.test
Test the CAPTCHA placement clearing.
CaptchaAdminTestCase::testCaptchaPointSettingGetterAndSetter in ./captcha.test
Test the CAPTCHA point setting getter/setter.
CaptchaAdminTestCase::testUntrustedUserPosting in ./captcha.test
CaptchaAdminTestCase::testXssOnCaptchaDescription in ./captcha.test
Test XSS vulnerability on CAPTCHA description.
CaptchaPersistenceTestCase::setUpPersistence in ./captcha.test
Set up the persistence and CAPTCHA settings.
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnCommentPreview in ./captcha.test
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnLoginForm in ./captcha.test
CaptchaSessionReuseAttackTestCase::testCaptchaSessionReuseAttackDetectionOnNodeForm in ./captcha.test
CaptchaSessionReuseAttackTestCase::testMultipleCaptchaProtectedFormsOnOnePage in ./captcha.test
CaptchaTestCase::testCaptchaDescriptionAfterCommentPreview in ./captcha.test
Test if the CAPTCHA description is only shown if there are challenge widgets to show. For example, when a comment is previewed with correct CAPTCHA answer, a challenge is generated and added to the form but removed in the pre_render phase. The CAPTCHA…
CaptchaTestCase::testCaptchaOnLoginBlockOnAdminPagesIssue893810 in ./captcha.test
CAPTCHA should also be put on admin pages even if visitor has no access
CaptchaTestCase::testCaptchaOnLoginForm in ./captcha.test
Testing the protection of the user log in form.
CaptchaTestCase::testCaptchaSessionReuseOnNodeForms in ./captcha.test
Test if the CAPTCHA session ID is reused when previewing nodes: node preview after correct response should not show CAPTCHA anymore. The preview functionality of comments and nodes works slightly different under the hood. CAPTCHA module should be able…
CaptchaTestCase::testCaseInsensitiveValidation in ./captcha.test
captcha_admin_settings_submit in ./captcha.admin.inc
Submission function for captcha_admin_settings form.
captcha_point_admin_form_submit in ./captcha.admin.inc
Submit function for captcha_point_admin_form.
captcha_point_disable_confirm_submit in ./captcha.admin.inc
Submission handler of CAPTCHA point disabling/deleting confirm_form.
ImageCaptchaWebTestCase::getImageCaptchaForm in image_captcha/image_captcha.test
Helper function to get a CAPTCHA form.