Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15388945
D11765.id28369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
564 B
Referenced Files
None
Subscribers
None
D11765.id28369.diff
View Options
diff --git a/src/applications/auth/query/PhabricatorAuthInviteQuery.php b/src/applications/auth/query/PhabricatorAuthInviteQuery.php
--- a/src/applications/auth/query/PhabricatorAuthInviteQuery.php
+++ b/src/applications/auth/query/PhabricatorAuthInviteQuery.php
@@ -108,7 +108,9 @@
}
public function getQueryApplicationClass() {
- return 'PhabricatorAuthApplication';
+ // NOTE: This query is issued by logged-out users, who often will not be
+ // able to see applications. They still need to be able to see invites.
+ return null;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 4:42 AM (3 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705799
Default Alt Text
D11765.id28369.diff (564 B)
Attached To
Mode
D11765: Allow logged-out users to accept invites on nonpublic installs
Attached
Detach File
Event Timeline
Log In to Comment