--- captcha.install.orig 2010-07-04 13:26:03.000000000 -0500 +++ captcha.install 2010-11-08 19:10:26.749904001 -0600 @@ -148,6 +148,11 @@ // Be friendly to your users: what to do after install? drupal_set_message($t('You can now configure the CAPTCHA module for your site.', array('!captcha_admin' => url('admin/config/people/captcha'))), 'status'); + + if (variable_get('cache', 0) != 0) { + drupal_set_message($t('Note that the CAPTCHA module disables page caching on pages that include a CAPTCHA challenge.', + array('!performance_admin' => url('admin/config/development/performance'))), 'warning'); + } } /**