@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.

Fixing typo unautorized -> unauthorized.

Summary: Fixing small typo unautorized -> unauthorized.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: chad, Korvin, epriestley

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

authored by

Austin Kelleher and committed by
epriestley
bdda6118 853ce5e9

+1 -1
+1 -1
src/applications/auth/management/PhabricatorAuthManagementCachePKCS8Workflow.php
··· 66 66 $warning = pht( 67 67 'Adding a PKCS8 keyfile to the cache can be very dangerous. If the '. 68 68 'PKCS8 file really encodes a different public key than the one '. 69 - 'specified, an attacker could use it to gain unautorized access.'. 69 + 'specified, an attacker could use it to gain unauthorized access.'. 70 70 "\n\n". 71 71 'Generally, you should use this option only in a development '. 72 72 'environment where ssh-keygen is broken and it is inconvenient to '.