Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi,
if a user has not set a password after the User Registration email confirmation, the registration is not complete. Is it possible to change the status on the member list in the admin panel to "pending" (see image)? Or is there another simple way to see which users did not complete the registration (e.g. SQL-Query)?
Thanks in advance!
Best regards
Hi @mickdom,
Thank you for this suggestion. We've just added in our to-do list. In the near future releases, we'll add such a feature.
I'd suggest you use the SQL code as a temporary solution. The code is provided below:
SELECT * FROM `wp_users` WHERE `user_activation_key`