Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414848
D13315.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
957 B
Referenced Files
None
Subscribers
None
D13315.id.diff
View Options
diff --git a/src/applications/config/check/PhabricatorAuthSetupCheck.php b/src/applications/config/check/PhabricatorAuthSetupCheck.php
--- a/src/applications/config/check/PhabricatorAuthSetupCheck.php
+++ b/src/applications/config/check/PhabricatorAuthSetupCheck.php
@@ -27,14 +27,14 @@
'You have not configured any authentication providers yet. You '.
'should add a provider (like username/password, LDAP, or GitHub '.
'OAuth) so users can register and log in. You can add and configure '.
- 'providers using the [[%s | "Auth" application]].',
- '/auth/');
+ 'providers using the Auth Application.');
$this
->newIssue('auth.noproviders')
->setShortName(pht('No Auth Providers'))
->setName(pht('No Authentication Providers Configured'))
- ->setMessage($message);
+ ->setMessage($message)
+ ->addLink('/auth/', pht('Auth Application'));
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 2:48 AM (1 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7714825
Default Alt Text
D13315.id.diff (957 B)
Attached To
Mode
D13315: Config - make "No auth providers configured" check use proper hyperlinking technology
Attached
Detach File
Event Timeline
Log In to Comment