Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F72879
D7303.diff
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
791 B
Referenced Files
None
Subscribers
None
D7303.diff
View Options
diff --git a/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php b/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
--- a/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
+++ b/src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
@@ -161,6 +161,11 @@
// Possibly we should add a header here like "you need to login to see
// the thing you are trying to look at".
$login_controller = new PhabricatorAuthStartController($request);
+
+ $auth_app_class = 'PhabricatorApplicationAuth';
+ $auth_app = PhabricatorApplication::getByClass($auth_app_class);
+ $login_controller->setCurrentApplication($auth_app);
+
return $login_controller->processRequest();
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/4s/xk/dqgu2jj4ctezzvxe
Default Alt Text
D7303.diff (791 B)
Attached To
Mode
D7303: Fix breadcrumbs for login screen triggered when a logged-out user fails a policy check
Attached
Detach File
Event Timeline
Log In to Comment