CodeIgniter Forums
encrypted password - 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: encrypted password (/showthread.php?tid=30072)



encrypted password - El Forum - 05-02-2010

[eluser]Unknown[/eluser]
how can I set the encrypted password for user.


encrypted password - El Forum - 05-02-2010

[eluser]mi6crazyheart[/eluser]
At the time of form validation you can use appropriate php encryption function(MD5/SHA1) inside the validation rule for your password field to make it encrypted.

Ref: http://ellislab.com/codeigniter/user-guide/libraries/form_validation.html#preppingdata


encrypted password - El Forum - 10-03-2010

[eluser]Unknown[/eluser]
thanks
here a long time I was absent from forum.