From f7e27e36da9f77c00ba1648a25c897a758c11eac Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 20 Jun 2013 11:25:57 -0700 Subject: [PATCH] Minor, clean up an obsolete hardcode (no password registration). --- .../auth/provider/PhabricatorAuthProviderPassword.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/applications/auth/provider/PhabricatorAuthProviderPassword.php b/src/applications/auth/provider/PhabricatorAuthProviderPassword.php index 049c56d29e..0ed88fd599 100644 --- a/src/applications/auth/provider/PhabricatorAuthProviderPassword.php +++ b/src/applications/auth/provider/PhabricatorAuthProviderPassword.php @@ -35,12 +35,6 @@ final class PhabricatorAuthProviderPassword return '100-'.$this->getProviderName(); } - public function shouldAllowRegistration() { - // TODO: Hard code this as "false" for now so we don't inadvertantly open - // up password registration where it did not previously exist. - return false; - } - public function shouldAllowAccountLink() { return false; }