mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Remove mention of Phabricator in the Auth setup check
Summary: The authentication setup check, available at <PHORGE_URL>/config/issue/auth.config-unlocked/, contained a reference to Phabricator in the prompt of the command line hint to resolve the issue. Similar checks only showed the prompt symbol, not the directory, so this one was changed to match. Ref T15006 Test Plan: - Run `./bin/auth unlock` - Visit <PHORGE_URL>/config/issue/auth.config-unlocked/ - Notice that, with this patch, "phabricator" no longer appears in the prompt prefix for the suggested fix command at the end of the page. Reviewers: O1 Blessed Committers, valerio.bozzolan, speck Reviewed By: O1 Blessed Committers, valerio.bozzolan, speck Subscribers: avivey, tobiaswiese, Matthew, valerio.bozzolan, Cigaryno Maniphest Tasks: T15006 Differential Revision: https://we.phorge.it/D25425
This commit is contained in:
parent
8092d90c79
commit
0729aa574b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ final class PhabricatorAuthSetupCheck extends PhabricatorSetupCheck {
|
||||||
->addRelatedPhabricatorConfig('auth.lock-config')
|
->addRelatedPhabricatorConfig('auth.lock-config')
|
||||||
->addCommand(
|
->addCommand(
|
||||||
hsprintf(
|
hsprintf(
|
||||||
'<tt>phabricator/ $</tt> ./bin/auth lock'));
|
'<tt>$</tt> ./bin/auth lock'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue