Jump to content

md5 coding and decodin for login


BluwAngel

Recommended Posts

well i decide to use md5 coding for my project

now since i have some users that i manually insert in database i wonder how do i login with them since in database i have only password typed in,and rest of them is coded

 

since my login looks like this now


$username=$_POST['username'];
$password=md5($_POST['password']);


and before was without md5 part

 

 

 

and that pull out my other question if i go online with md5 and by default user is member and not admin do i need manually change that in database or how do i register my admin account?

Link to comment
https://forums.phpfreaks.com/topic/254572-md5-coding-and-decodin-for-login/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.