@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
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use monospaced font in Passphrase "Reveal Secret" dialog

Summary: Fixes T10812. Make it easier to disambiguate great passwords like `iI|l1oO()thenumber1nospellitout`.

Test Plan: {F1219074}

Reviewers: chad, yelirekim

Reviewed By: yelirekim

Maniphest Tasks: T10812

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

+1
+1
src/applications/passphrase/controller/PassphraseCredentialRevealController.php
··· 51 51 id(new AphrontFormTextAreaControl()) 52 52 ->setLabel(pht('Plaintext')) 53 53 ->setReadOnly(true) 54 + ->setCustomClass('PhabricatorMonospaced') 54 55 ->setHeight(AphrontFormTextAreaControl::HEIGHT_VERY_TALL) 55 56 ->setValue($secret->openEnvelope())); 56 57 }