Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A345D17A3E for ; Thu, 30 Oct 2014 10:37:27 +0000 (UTC) Received: (qmail 41965 invoked by uid 500); 30 Oct 2014 10:37:27 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 41917 invoked by uid 500); 30 Oct 2014 10:37:27 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 41904 invoked by uid 99); 30 Oct 2014 10:37:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 10:37:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 667C9924F93; Thu, 30 Oct 2014 10:37:26 +0000 (UTC) From: rnewson To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-couch pull request: Implement two factor authentication Content-Type: text/plain Message-Id: <20141030103726.667C9924F93@tyr.zones.apache.org> Date: Thu, 30 Oct 2014 10:37:26 +0000 (UTC) Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb-couch/pull/12#discussion_r19596959 --- Diff: src/couch_httpd_auth.erl --- @@ -75,6 +75,7 @@ default_authentication_handler(Req, AuthModule) -> nil -> throw({unauthorized, <<"Name or password is incorrect.">>}); UserProps -> + reject_if_two_factor(UserProps), --- End diff -- derp, can't even read my own PR. ignore. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---