Welcome Guest, Not a member yet? Register   Sign In
Cannot login in my site
#4

[eluser]jim04[/eluser]
Unfortunatelly what you suggested isn't working. But i made something that made it work.
In membership_model i typed
Code:
$this->db->where('password', $this->input->post('password'));

instead of
Code:
$this->db->where('password', md5($this->input->post('password')));
.

In config file i typed
Code:
$config['encryption_key'] = 'md5';
but i can see the password in my database. Is it right?
What else can you recommend?


Messages In This Thread
Cannot login in my site - by El Forum - 10-20-2012, 04:24 AM
Cannot login in my site - by El Forum - 10-20-2012, 06:54 AM
Cannot login in my site - by El Forum - 10-20-2012, 09:57 AM
Cannot login in my site - by El Forum - 10-21-2012, 04:29 AM
Cannot login in my site - by El Forum - 10-21-2012, 07:51 AM
Cannot login in my site - by El Forum - 10-21-2012, 01:07 PM
Cannot login in my site - by El Forum - 10-21-2012, 04:25 PM
Cannot login in my site - by El Forum - 10-22-2012, 02:16 AM
Cannot login in my site - by El Forum - 10-22-2012, 07:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB