Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15332661
D7303.id16435.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
777 B
Referenced Files
None
Subscribers
None
D7303.id16435.diff
View Options
Index: src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
===================================================================
--- src/aphront/configuration/AphrontDefaultApplicationConfiguration.php
+++ 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/plain
Expires
Sat, Mar 8, 6:57 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383854
Default Alt Text
D7303.id16435.diff (777 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