Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549245
PhabricatorAuthTryPasswordAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
389 B
Referenced Files
None
Subscribers
None
PhabricatorAuthTryPasswordAction.php
View Options
<?php
final
class
PhabricatorAuthTryPasswordAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'auth.password'
;
public
function
getScoreThreshold
()
{
return
100
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'Your remote address has made too many login attempts in a short '
.
'period of time.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122009
Default Alt Text
PhabricatorAuthTryPasswordAction.php (389 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment