Quote Originally Posted by Benji
And it would breach the privacy terms of the mailing list.

Cheers

B
I would just also like to point out that some people might use 2 email addresses. One for registering with forums, and another for the mailing list. As on the mailing list you do not have an option for a username, this becomes a problem.

The information could also be linked to Minnie's Wiki-fied information, but then it asks the question of how many people have signed up to change information on minnie? and how would you synchronise the 2 passwords. Unfortunatly this is an impossible task with the board, as I have been ensured that the passwords are a one way encryption (which is the best way to do it).

Explanation of One way Encryption: The password you choose, for aguments sake is "dog" is sent through an encryption method. this might come out as "92jdk2389tjd". now if you throw "cat" at it, it will come out as something else instead. ie. "82395jfkjlds". you can never decrypt this data though. it takes your password and encrypts it and then compares the encrypted string. So as far as the script is concerned. "92jdk2389tjd" must match "92jdk2389tjd" and not anything else.
End One way encryption method