Two users waiting for approval but not in RQ- where are they?

We use the same signup process for all new users, using Wordpress as the OAuth provider and requiring manual approval on Discourse. 99% of the time it works. But two users over the past weeks are hiding somewhere. Discourse sends notifications that they are pending approval, but there are not on the Review Queue, no matter how I filter.

Discourse must know where they are, since it’s sending notifications. How can I find them?


image

go into admin > users they should be in there.

I found them using

AdminUserIndexQuery.new(query: 'pending', stats: false).find_users_query

They have been pending approval for 2-3 years. It seems like a bug that they don’t show up in the review queue.

1 Like