Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2896755
PassphraseCredentialLookedAtTransaction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
786 B
Referenced Files
None
Subscribers
None
PassphraseCredentialLookedAtTransaction.php
View Options
<?php
final
class
PassphraseCredentialLookedAtTransaction
extends
PassphraseCredentialTransactionType
{
const
TRANSACTIONTYPE
=
'passphrase:lookedAtSecret'
;
public
function
generateOldValue
(
$object
)
{
return
null
;
}
public
function
getTitle
(
)
{
return
pht
(
'%s examined the secret plaintext for this credential.'
,
$this
->
renderAuthor
(
)
)
;
}
public
function
getTitleForFeed
(
)
{
return
pht
(
'%s examined the secret plaintext for credential %s.'
,
$this
->
renderAuthor
(
)
,
$this
->
renderObject
(
)
)
;
}
public
function
getIcon
(
)
{
return
'fa-eye'
;
}
public
function
getColor
(
)
{
return
'blue'
;
}
public
function
shouldTryMFA
(
$object
,
PhabricatorApplicationTransaction
$xaction
)
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 23:32 (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129935
Default Alt Text
PassphraseCredentialLookedAtTransaction.php (786 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment