When I view the signup admin page for my sign-up enabled node at /node/[#]/signups, I see a list of registered users under "Signup details." I see that I can delete their signups by checking the little check boxes. What I don't see in this list are any of the "Unregistered Guests" who have signed up. Is it possible to delete their signups via this page?

Is there a view I need to adjust to see both Anonymous and Authenticated users here?

Comments

dww’s picture

Title: Is it possible for an administrative user to delete signups from anonymous users? » Is it possible for an administrative user to delete signups from anonymous users? [Yes]
Status: Active » Closed (works as designed)
StatusFileSize
new121.22 KB

I just tried again using signup 5.x-2.7 and my CCK date testsite install profile. I went to one of the nodes, signed up twice as dummy anonymous test users, and once as the "root" user (uid 1). Then I switched over to the owner of the node, who has the "administer signups for own content" permission, and they see all 3 signups, with checkboxes to cancel any of them. See attached screenshot. If this isn't what you're seeing, please attach a screenshot and more information about how you've configured your site.

Mrs. Peel’s picture

StatusFileSize
new57.15 KB

Thanks for taking the time to help me uncover what's going on here. I imagine this is something on my end, but I'm not sure what I could have done to cause this.

I created this node as the root user. The screen grab attached shows what I see when logged in as root. I've tried this both as the root user, and as other users who have the "administer all signups" permission.

I am using a custom view for "signup-list," which includes email addresses but is not restricted by whether or not a user is anonymous. Is is possible that I could have somehow changed what is listed under "Signup details"?

I'm running Drupal 5.10. Is there any other information about my setup that would be helpful?

Mrs. Peel’s picture

Ah ha! I found my problem was caused by the lack of a row for user 0 (the site was upgraded to Drupal 5 from 4x.)

Adding that row fixed all my problems with Signup, and some others not related to Signup too!