![]() |
Saving password - IonAuth - 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: Saving password - IonAuth (/showthread.php?tid=49023) |
Saving password - IonAuth - El Forum - 02-06-2012 [eluser]solid9[/eluser] Hi guys How to properly save a password on IonAuth Database? I also noticed it has a SALT column field. How to properly use the SALT? Thanks in advanced. Saving password - IonAuth - El Forum - 02-06-2012 [eluser]solid9[/eluser] controller: Code: public function process_new_user() model Code: function register_user($userinfo) Thanks in advanced. |