Displaying 1 result from an estimated 1 matches for "change_profil".
Did you mean:
change_profile
2007 Mar 09
2
validating passwords
Hey people,
I was wondering how to solve the following problem...
I have a login system which uses MD5 + salts to store my users passwords
in the database. Also I am working with profiles for my users which they
can change.
Everything goes quite okay except when we reach the change_profile bit
of the application. Because the user model has validations it performs
on the password it starts throwing error when a user views the
change_profile page. The errors are there as soon as the page is loaded,
even before the form gets submitted.
3 errors prohibited this candidate from being sav...