Intranet JournalThe new discussion forum for Intranet Journal readers. Leave comments and questions for IJ authors. Suggest story ideas and provide feedback.
For some reason I can't get password authentication but I want to make sure I have the correct file structure. I tried the fix (changing password to md5 unless I'm doing it wrong). Either that or just e-mail me. Thanks!
Ok... the problem is that the field pass in the table cmsusers is too short. It is 20 characters long and it supposed to be 41... so change the length to 41 char. and change in all the SQL requests PASSWORD method to MD5 ... it should work.. Good luck