Page MenuHomePhabricator

D17015.diff
No OneTemporary

D17015.diff

diff --git a/src/applications/auth/controller/PhabricatorAuthController.php b/src/applications/auth/controller/PhabricatorAuthController.php
--- a/src/applications/auth/controller/PhabricatorAuthController.php
+++ b/src/applications/auth/controller/PhabricatorAuthController.php
@@ -259,8 +259,12 @@
protected function renderInviteHeader(PhabricatorAuthInvite $invite) {
$viewer = $this->getViewer();
+ // Since the user hasn't registered yet, they may not be able to see other
+ // user accounts. Load the inviting user with the omnipotent viewer.
+ $omnipotent_viewer = PhabricatorUser::getOmnipotentUser();
+
$invite_author = id(new PhabricatorPeopleQuery())
- ->setViewer($viewer)
+ ->setViewer($omnipotent_viewer)
->withPHIDs(array($invite->getAuthorPHID()))
->needProfileImage(true)
->executeOne();

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 5:07 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7388259
Default Alt Text
D17015.diff (861 B)

Event Timeline