Welcome Guest, Not a member yet? Register   Sign In
Password Trouble
#5

[eluser]$ilovephp[/eluser]
[quote author="Bart v B" date="1271673952"]?? don't know what voodo there must be.. Only md5()

Code:
$user_profile = array(
'username'=> $this->input->post('reg_username'),
'password' => md5($this->input->post('reg_password')),
'email' => $this->input->post('email')
);

And it's done.. Wink[/quote]

thanks! it really is about the md5. I fail to notice the md5 set at the configuration of my Form Validation Class.


Messages In This Thread
Password Trouble - by El Forum - 04-18-2010, 07:38 PM
Password Trouble - by El Forum - 04-18-2010, 09:35 PM
Password Trouble - by El Forum - 04-18-2010, 09:42 PM
Password Trouble - by El Forum - 04-18-2010, 11:45 PM
Password Trouble - by El Forum - 04-19-2010, 12:46 AM
Password Trouble - by El Forum - 04-19-2010, 06:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB