Registration pendin...
 
Notifications
Clear all

[Solved] Registration pending

2 Posts
2 Users
1 Likes
1,050 Views
(@mickdom)
Member Customer
Joined: 6 years ago
Posts: 66
Topic starter  

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

memberlist

 

This topic was modified 5 years ago 2 times by mickdom

   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

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
ReplyQuote
Share:
Scroll to top