changeEmail: function(defer) {
      this.get('model')
        .validate({ on: ['email'] })
        .then(({ validations }) => {