hi i our project we use an Behavior that automatic uses md5 on the password column before the Model is saved ('beforeSave')
the problem is that if something else is changed beside the password, the Behavior does still trigger and does call md5 on the already hashed Password.
so is there an nice way to get only called when an specific column has changed?