diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php index 1d1d3316c0..d86f5e380d 100644 --- a/src/applications/people/storage/PhabricatorUser.php +++ b/src/applications/people/storage/PhabricatorUser.php @@ -118,10 +118,6 @@ final class PhabricatorUser } public function canEstablishWebSessions() { - if (!$this->isUserActivated()) { - return false; - } - if ($this->getIsMailingList()) { return false; }