Welcome Guest, Not a member yet? Register   Sign In
form validation and md5/sha1
#1

[eluser]timaksu[/eluser]
hey guys..for the password field i have this:

Code:
$rules['password']    = "trim|required|min_length[6]|matches[passconf]|sha1";

it technically does what its supposed to until i try to repopulate the form(say, when the passwords don't match). instead of repopulating it with the previously entered password, it uses the sha1'ed version of the password string instead.


Messages In This Thread
form validation and md5/sha1 - by El Forum - 07-14-2009, 04:29 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 04:36 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 04:39 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 04:52 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 05:22 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 05:31 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 05:35 AM
form validation and md5/sha1 - by El Forum - 07-14-2009, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB