Thanks for those pointers @Moin.
With this
SELECT "users".* FROM "users"
WHERE (suspended_till IS NULL OR suspended_till <= '2023-11-13 11:05:23.225614')
AND "users"."approved" = FALSE
AND "users"."active" = TRUE
ORDER BY users.created_at DESC,users.username
I get 135 records.
Choosing the oldest one somewhat at random, samirbehara
, I come to this user, who has public activity.
On the admin side of his account, I have the option to “Approve”, but I don’t understand why.