Whitecash Posted December 18, 2011 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 38 Reputation: 1 Joined: 12/08/11 Last Seen: November 12, 2013 Share 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 Link to comment Share on other sites More sharing options...
CalciumKid Posted December 18, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share 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 Link to comment Share on other sites More sharing options...
Whitecash Posted December 18, 2011 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 38 Reputation: 1 Joined: 12/08/11 Last Seen: November 12, 2013 Author Share Posted December 18, 2011 need i change "user_pass" UPDATE `login` SET `user_pass`=MD5(`user_pass`); ? Quote Link to comment Share on other sites More sharing options...
CalciumKid Posted December 18, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share Posted December 18, 2011 If you set your server to use MD5, all the user passwords need to be in MD5, so yes...? Quote Link to comment Share on other sites More sharing options...
Magnetix Posted December 18, 2011 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
CalciumKid Posted December 21, 2011 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 257 Reputation: 253 Joined: 11/29/11 Last Seen: February 21, 2014 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.