UserModel.setter.password = function(plain) { //var salt = bcrypt.genSaltSync(this.constructor.settings.saltWorkFactor || SALT_WORK_FACTOR); //this.$password = bcrypt.hashSync(plain, salt); this.$password = plain; };