Whitecash Posted December 18, 2011 Posted December 18, 2011 Any someone know how install from MD5? i am very new with MD5. Thank you if you explain me how install MD5 with guide Whitecash. Quote
CalciumKid Posted December 18, 2011 Posted December 18, 2011 It doesnt exactly require a guide. conf/login_athena.conf // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes If you're using SQL, run sql-files/convert_passwords.sql 1 Quote
Whitecash Posted December 18, 2011 Author Posted December 18, 2011 need i change "user_pass" UPDATE `login` SET `user_pass`=MD5(`user_pass`); ? Quote
CalciumKid Posted December 18, 2011 Posted December 18, 2011 If you set your server to use MD5, all the user passwords need to be in MD5, so yes...? Quote
Magnetix Posted December 18, 2011 Posted December 18, 2011 If you set your server to use MD5, all the user passwords need to be in MD5, so yes...? Isn't sql-files/convert_passwords.sql used to convert passwords to md5? I don't think he'll need to set the passwords. Quote
CalciumKid Posted December 21, 2011 Posted December 21, 2011 Depends if he's wanting to convert a server or setup a server then doesnt it? Thought that was self explanatory based on the file name 1 Quote
Question
Whitecash
Any someone know how install from MD5? i am very new with MD5.
Thank you if you explain me how install MD5 with guide
Whitecash.
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.