Download & Extend

Anonymous users not shown in admin interface

Project:Signup
Version:6.x-2.x-dev
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

Due to an inner join on the user table, anonymous users are not shown in the admin interface. Anyway, the code to support admin users in the admin interface seems to be in place.
I just changed the two select statements to show anonymous users two and to allow to cancel their signup.
Tested it with two anonymous signed up users.

AttachmentSize
signup_adminlistfix.patch1.18 KB

Comments

#1

Priority:normal» major

I can confirm that this error is occurring AND that the patch supplied fixes the error.

#2

minor suggestion: "LEFT OUTER JOIN" we usually put in Drupal code as just "LEFT JOIN"

#3

Thank you very much for this patch; it worked beautifully!

#4

Status:needs review» fixed

This bit of code was removed in favor of Views integration in #582986: Make views a required dependency and ditch non-views code, and in my testing anonymous signups show correctly with the Views-powered listing.

#5

Version:6.x-1.x-dev» 6.x-2.x-dev
Status:fixed» active
nobody click here