mapleleaf Posted January 26, 2009 Share Posted January 26, 2009 I am sure this is simple. New to codeigniter. When the form validates and sends the invalid inputs back it sends passwords too. As i sha1 them in the validation process they get displayed as sha1 back to the user. This won't work. Can I validate and not send back some variables or do the sha1 before: $this->db->insert('members', $_POST); Help much appreciated. Not an OO programmer yet. Quote Link to comment Share on other sites More sharing options...
mapleleaf Posted January 26, 2009 Author Share Posted January 26, 2009 Solved. Simply don't echo back the password. Simple. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.