Posts by Rennan Nagel • 1 point
1 post
-
-1
votes0
answers12
viewsQ: authentication in codeignither 4
I try to make an authentication system but always gives a problem in the query it always passes as falso. $values = [ 'name'=>$name, 'email'=>$email, 'password'=>Hash::make($password) ];…