if (this._doc.email) {
                    promise = promise
                        .then(this
                            .bind(this._detectConflict, [User.EMAIL, this._doc.email]));
                }