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.
One of my members accidentally deleted his account. There should be some kind of confirmation with password or something before account is deleted. As it seems, it was just a click and it was gone. No way to restore it.
Edit: is there a way to remove this option for users?
Thanks
same issue ,
can this delete option to be in user setting not in user profile , with confirmation by password and warning , also it should be after confirmation go to specifice page url that we put as page of goodby for example , because when user delted his account he will go to participants page "users list"
we need url page to put in page some asking info for why ?
if there are time untill completely delete to review his decide , will be great
I just had a user do the same thing of deleting an account by mistake. Can we please add a "confirm to delete" versus just a single delete click? This would be a good upgrade on the system. Thank you, Jason
Hi,
Use the hook code below to remove the option for users:
add_filter( 'wpforo_can_user_self_delete', '__return_false' );
Here’s a helpful article on safely adding custom code in WordPress: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/