webguync Posted March 17, 2010 Author Share Posted March 17, 2010 yea, but then I wouldn't know what they are either :-) How would I do this anyway? Link to comment https://forums.phpfreaks.com/topic/195356-not-sure-why-login-form-isnt-working-w-jquery/page/2/#findComment-1027808 Share on other sites More sharing options...
schilly Posted March 17, 2010 Share Posted March 17, 2010 when you add a user to your users db table just md5() the password. then when you login md5 the posted password and it should match the one in the database. Link to comment https://forums.phpfreaks.com/topic/195356-not-sure-why-login-form-isnt-working-w-jquery/page/2/#findComment-1027811 Share on other sites More sharing options...
webguync Posted March 17, 2010 Author Share Posted March 17, 2010 I just add users manually through PHPMyAdmin into MySQL though. Isn't MD5 something that need to be done through PHP? Link to comment https://forums.phpfreaks.com/topic/195356-not-sure-why-login-form-isnt-working-w-jquery/page/2/#findComment-1027817 Share on other sites More sharing options...
schilly Posted March 17, 2010 Share Posted March 17, 2010 yup. you can remove the md5 from the login page if you want but you really should change all your passwords to be stored as a hash. Link to comment https://forums.phpfreaks.com/topic/195356-not-sure-why-login-form-isnt-working-w-jquery/page/2/#findComment-1027818 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.