Well it looks like I overreacted.
First a little background.
I've been a software architect for both large commercial enterprise and Department of Defense (DOD) applications. On the former we had to guard sensitive corporate information and in the latter classified information. I was frequently responsible for designing the security solutions which were particularly onerous for the DOD. Thus my security paranoia.
The frameworks I used always readily support encrypted and non-encrypted traffic and because of the extra overhead of encryption (cpu resources and lag time), we would frequently within an application switch between the two depending on if the information was sensitive or not.
I also built several forums using forum application software that readily supported encrypted sign-ins and profile maintenance while everything else was done non-encrypted.
So I had blithely assumed that industry best practices for forums was to encrypt password entry and profile maintenance. Imagine my shock when I've come do discover that is not the case. (In particular I noticed that
http://www.printrbot.com uses encryption while help.printrbot.com does not). While I routinely check for https when entering credit card information, I have not been doing so when entering passwords, silly me.
Luckily because of my practice of using a unique password for every website, I'm in no immediate danger. However I have to be a lot more circumspect about what personal information I put into non-secure sites.
And I had also falsely assumed that Plexus was using forum application software provided by dreamhost and come to find out that he built and maintains the website in phpBB and that it is fairly brittle. So to expect someone who is largely unpaid to fix this is unreasonable.
However I do think that all existing users should be warned that their personal information is not secure. And I think that that new users should also be similarly warned when creating their account.
I also want to thank Plexus for his continuing efforts to keep this forum running.