Topic: Anonymous forum
I am thinking about using PunBB for several small forums. It will replace forums that are today running under a modified version of PhpBB.
We have however one special requirement: The forum participants must be completely anonymous. The users will be manually entered into the system, and will receive their username/password on a seperate system. No email address will be registered.
The main problem is however that no IP-addresses should be stored together with the posts. Ie if you gain complete access to the system, it should should not be possible to assosiate messages (possible sensitive information) and IP-addresses (or other identificators).
I have not looked at the PunBB-code yet. I thought I first should ask you how much work it would be to do such a change. Any ideas?