I am running CMSMS 1.8 with modules:
Users can self register and then login and modify their details through FEU. I would like them to be able to self delete. In other words if a user decides they no longer want to be registered they should be able to login (to the front end not the admin site) then delete their own entry. I am not aware of a built-in way to do this (have seached the forums), I assume it would be part of FEU rather than part of SelfRegistration but happy to be corrected. Has anyone tried this and found a way to do it safely and securely? I am looking at the action.do_deleteuser.php code as that is what deletes users from the admin side. Is it possible to use this from the front end of the website but without needing to be logged in as an admin user?
Would appreciate any help/guidance. Thanks