![]() |
Codeigniter ion auth password problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Codeigniter ion auth password problem (/showthread.php?tid=52687) |
Codeigniter ion auth password problem - El Forum - 06-21-2012 [eluser]Unknown[/eluser] Hello all. I ran in to a problem with ion auth what i cant really solve. I use sha1 encryption, salt is turnd off in config. Checked if the input post posts the correct input and it does. I type in for password 12345, and that should be 8cb2237d0679ca88db6464eac60da96345513964 whit sha1 encryption. But when it sends it into the database its totally different every time, like it would create a random strung each time Here is my signup function Code: // signup Could please someone give me a hint? or if anybody ran in to a similar problem and got it fixed, please provide some help |