Can’t you just hash the password in the request collection prior to calling populateModel, or run an additional setter after to replace the plain text password in the entity with the hashed version prior to saving?
Thanks!
~Brad
Can’t you just hash the password in the request collection prior to calling populateModel, or run an additional setter after to replace the plain text password in the entity with the hashed version prior to saving?
Thanks!
~Brad
Ezactly what i have done!!
Thanks