Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894546
PhabricatorAuthPasswordEditor.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
751 B
Referenced Files
None
Subscribers
None
PhabricatorAuthPasswordEditor.php
View Options
<?php
final
class
PhabricatorAuthPasswordEditor
extends
PhabricatorApplicationTransactionEditor
{
private
$oldHasher
;
public
function
setOldHasher
(
PhabricatorPasswordHasher
$old_hasher
)
{
$this
->
oldHasher
=
$old_hasher
;
return
$this
;
}
public
function
getOldHasher
(
)
{
return
$this
->
oldHasher
;
}
public
function
getEditorApplicationClass
(
)
{
return
PhabricatorAuthApplication
::
class
;
}
public
function
getEditorObjectsDescription
(
)
{
return
pht
(
'Passwords'
)
;
}
public
function
getCreateObjectTitle
(
$author
,
$object
)
{
return
pht
(
'%s created this password.'
,
$author
)
;
}
public
function
getCreateObjectTitleForFeed
(
$author
,
$object
)
{
return
pht
(
'%s created %s.'
,
$author
,
$object
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 20:02 (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128259
Default Alt Text
PhabricatorAuthPasswordEditor.php (751 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment