How do I delete Community Members? I have deleted the WP user but the community user persists. Am I missing something?
Mike Cameron currently you can only Suspend User access in fCommunity so the user won't be able to log in to that fCommunity.
It would be great to have the possibility of completely deleting user and his data from the Community (all posts/comments and user related data) but it is not possible.
Before completly deleting user data it would be nice to export it to a json/sql format and archive it (in needed). If the user needs to be moved to some other website (moved from Staging to Live) then also Import user data would be really use full.
Note: if we delete user data then all historical data will be deleted and other users won't see the user's post any longer etc.
Mat, thanks. Yeah that makes testing challenging. I am trying to use different logins to test onboarding automation etc.
Mike Cameron, if you use gmail than you can use + sign to have different emails and one mailbox but I am pretty sure that you know this trick:
[email protected]
[email protected]
In some cases you can use temporary email like: temp-mail.com or catch-all on your domain.
You could also remove the user completly from PHPMyAdmin (PMA) but there are a few tables where the user related data is stored (user_id):
wp-prefix_fcom_xprofile
wp-prexix_fcom_user_activities
wp-prexix_fcom_space_user
wp-prexix_fcom_space_user
wp-prexix_fcom_chat_messages
wp-prexix_fcom_chat_thread_users
wp-prexix_fcom_chat_thread_users
Its better to wait for the user delete option to avoid issues with the db if you dont remove all user data and linked entries to it.
Is this possible now? I still cannot find any option to delete a member profile