Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99032790
PhabricatorAuthChangePasswordAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 15:01
Size
475 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 15:01 (2 d)
Engine
blob
Format
Raw Data
Handle
23694296
Attached To
rPH Phabricator
PhabricatorAuthChangePasswordAction.php
View Options
<?php
final
class
PhabricatorAuthChangePasswordAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'auth.password'
;
public
function
getActionConstant
()
{
return
self
::
TYPECONST
;
}
public
function
getScoreThreshold
()
{
return
20
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'You have failed to enter the correct account password too often in '
.
'a short period of time.'
);
}
}
Event Timeline
Log In to Comment