The first anonymous signup works as expected, but further attempts result in an error message:
"User Anonymous is already signed up for Event"

So it looks like only one anonymous user can sign up. Tested on two different computers on my home network, on my Drupal-5.1 setup with HEAD of signup.module (v1.74.2.14).

Browsers tested:
Firefox 2.0.0.2, Opera 9.02 on OSX
Iceweasel 2.0.0.2 on Debian etch

Server info:
Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch1 mod_perl/2.0.2 Perl/v5.8.8
MySQL 5.0.32

Comments

adrinux’s picture

I neglected to say that this is for an event node with signup enabled.

dww’s picture

Assigned: Unassigned » dww

whoops, i just broke this with the patch for http://drupal.org/node/107154
forgot about anonymous user signups in there. ;) tee hee.
should be pretty easy to fix. stay tuned.

dww’s picture

Status: Active » Needs review
StatusFileSize
new2.8 KB

patch for HEAD/DRUPAL-5. please review/test.

this needs backporting to DRUPAL-4-7 and DRUPAL-4-6 (or i should just undo the commit for http://drupal.org/node/107154 since that's what broke this).

thanks for noticing. ;) i must admit, i always forget to test the anonymous signup stuff, since i don't use it at all.

dww’s picture

StatusFileSize
new2.68 KB

here's a patch for 4.7.x. this doesn't need to be backported to 4.6.x, since the anon stuff was only added in 4.7.x.

add1sun’s picture

Yep, worked for me on signup 5.

dww’s picture

Status: Needs review » Fixed

committed to HEAD, DRUPAL-5 and DRUPAL-4-7.

adrinux’s picture

No time to test before commit...but I can confirm the updated DRUPAL-5 version is working for me now. Fast work ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)