mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Rename default SSH key name from Phabricator to Phorge
Summary: Rename default SSH key name from Phabricator to Phorge Closes T15274 Test Plan: Go to https://we.phorge.it/settings/panel/ssh/ and select `SSH Key Actions > Generate Keypair` Reviewers: O1 Blessed Committers, avivey, valerio.bozzolan Reviewed By: O1 Blessed Committers, avivey, valerio.bozzolan Subscribers: avivey, speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15274 Differential Revision: https://we.phorge.it/D25135
This commit is contained in:
parent
1e27a7b899
commit
7b080db57c
1 changed files with 1 additions and 1 deletions
|
@ -1159,7 +1159,7 @@ final class PhabricatorUser
|
|||
}
|
||||
|
||||
public function getSSHKeyDefaultName() {
|
||||
return 'id_rsa_phabricator';
|
||||
return 'id_rsa_phorge';
|
||||
}
|
||||
|
||||
public function getSSHKeyNotifyPHIDs() {
|
||||
|
|
Loading…
Reference in a new issue