Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15437036
D17015.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
861 B
Referenced Files
None
Subscribers
None
D17015.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17015: When rendering the "you were invited" header, query the inviting user with the omnipotent viewer
Attached
Detach File
Event Timeline
Log In to Comment