Heine

  • home
  • drupal
  • about
Home › Forums › MyCaptcha › Bug reports

Contact Form looks changed

Anonymous — Thu, 21/06/2007 - 22:28

Hi, MyCaptcha is lookiing promising. Still unsure whether it might have troubles with page caching, though but that's not what this is about.
I noticed that on the normal Contact Form, there is a checkbox "send a copy to yourself".
When enabling MyCaptcha for anonymous users, this checkbox seems to have disappeared. (www.johnmartyn.info)

No votes yet
‹ most captcha implementations are case insensitive.. mycaptcha is not Clear license ›
  • Bug reports
  • Login to post comments

Anonymous, send to self

Heine — Fri, 22/06/2007 - 06:27

Anonymous users never see the 'send a copy to yourself' checkbox, as it's an open invitation to spam the world. Line 473 of contact.module reads:

    // We do not allow anonymous users to send themselves a copy
    // because it can be abused to spam people.
    if ($user->uid) {
      $form['copy'] = array('#type' => 'checkbox',
        '#title' => t('Send yourself a copy.'),
      );
    }

You can confirm this by disabling MyCaptcha for the contact form, then access the form while logged out.

  • Login to post comments

Recent posts

  • In doubt? Read the specs!
  • About the Webform SA
  • Psalmen voor Altblokfluit
  • Unserializing user-supplied data, a bad idea
  • Planet Drupal past and current
more

Security reviews

  • Afraid custom code makes your site vulnerable?
  • You don't really trust that module you just downloaded from Drupal.org?

Sleep better after a security review.

Tags

bladmuziek blood donation blood supply CSRF Drupal Input Format modx MSM Performance Planet Drupal Security Varnish
more tags
  • home
  • drupal
  • about

Copyright © 2011 by Heine Deelstra. All rights reserved.