Page MenuHomePhorge

PassphraseCredentialLookedAtTransaction.php
No OneTemporary

Size
786 B
Referenced Files
None
Subscribers
None

PassphraseCredentialLookedAtTransaction.php

<?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

Mime Type
text/x-php
Expires
Tue, May 13, 6:07 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122456
Default Alt Text
PassphraseCredentialLookedAtTransaction.php (786 B)

Event Timeline