Page MenuHomePhabricator

D13315.id.diff
No OneTemporary

D13315.id.diff

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

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)

Event Timeline