1
0
Fork 0
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:
Andre Klapper 2023-04-27 09:25:58 +02:00
parent 1e27a7b899
commit 7b080db57c

View file

@ -1159,7 +1159,7 @@ final class PhabricatorUser
}
public function getSSHKeyDefaultName() {
return 'id_rsa_phabricator';
return 'id_rsa_phorge';
}
public function getSSHKeyNotifyPHIDs() {