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.

CommentFileSizeAuthor
signup_adminlistfix.patch1.18 KBmattis

Comments

leepowers’s picture

Priority: Normal » Major

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

pwolanin’s picture

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

sbotts’s picture

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

ezra-g’s picture

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.

ezra-g’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Fixed » Active