We will be enforcing its use from now on. But since i don't have ability to post there yet:
I would also like to add that there's been some major progress/work on the website past few days related to security and player portal. We are working on hashing passwords in the database and making implementation for the game client and server.
We will be using secure hashing algorithm (designed by NSA). Basicly the client/server has a key and use it to calculate variable-sized amount of data into 40 character digest. Example:

It is not possible to generate the real password out of this 40 character digest so no one who has the database can access your account

. Only way to attack this would be to create digests of all known character combination's. Which is not possible with current super computers.
There is one down side: If you forget your password => We cannot help you. Remember to include your real email address when registering so you can retrieve your password if you loose it.
That's all the news for now related to website / security!