Use following methods if you want to skip the validations. These methods will save the object to the database even if it is invalid.
You can also skip validation while saving by passing validate as an argument to save
validate
save
User.save(validate: false)