Hi,
I have a problem about the password when I insert it into the database. I don't want to change the user's password if it's an update and if this password is null but if it's not null I want to insert it. I think I have to put this code in the function's model (BeforeValidationOnUpdate) but how I can assign the same password's value to validate the sha1 password ?