Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1609021
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
Wed, Jul 16, 1:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
365305
Default Alt Text
PhabricatorAuthTryPasswordAction.php (389 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment