Topic: NO encryption in users passwords.
Hi all,
I don't want any encryption in the password of any user in the MySQL database.
// In MySQL:
password = the real password;
salt = nothing;
// In fact, I wanna remove "salt".
What files should I edit to change this? (When the user create an account, it will create it in database without encryption, and when user login, it should open his account without problems).
Is that hard, possible? Can someone help me please?
I want this, because I try to link my litle game (MMORPG) with the Forum, but the encryption is causing me problems. I don't want it, its slow and useless in my opinion. (Nobody gonna hack my server anyway )
Please help, and Thanks.