I recently noticed that the email addresses of my users were publicly accessible. The information was found at http://<mydomain>/module.php?mod=punbb. How do I make this information inaccessible to the public?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recently noticed that the email addresses of my users were publicly accessible. The information was found at http://<mydomain>/module.php?mod=punbb. How do I make this information inaccessible to the public?
Get rid of the punbb module. Just delete its subdirectory from the "modules" directory.
You should remove all unwanted modules this way.