Registration pendin...
 
Notifications
Clear all

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.

 

[Solved] Registration pending

2 Posts
2 Users
1 Reactions
1,696 Views
(@mickdom)
Member Customer
Joined: 8 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 6 years ago 2 times by mickdom

   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 8 years ago
Posts: 6444
 

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