@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

Fix minor section formatting mishap in SSH key email

Summary: Ref T10917. This is getting added as a link right now, which causes it to get `<a href>`'d in HTML mail. Add it as text instead.

Test Plan: Edited a key, examined HTML mail body carefully.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10917

Differential Revision: https://secure.phabricator.com/D15952

+1 -1
+1 -1
src/applications/auth/editor/PhabricatorAuthSSHKeyEditor.php
··· 227 227 228 228 $body = parent::buildMailBody($object, $xactions); 229 229 230 - $body->addLinkSection( 230 + $body->addTextSection( 231 231 pht('SECURITY WARNING'), 232 232 pht( 233 233 'If you do not recognize this change, it may indicate your account '.