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

[eluser]Bart v B[/eluser]
?? 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


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