Notifications
Clear all
Topic starter
13/08/2019 4:48 am
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
This topic was modified 5 years ago 2 times by mickdom
14/08/2019 12:34 pm
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`
mickdom reacted