Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F438195
PhabricatorAuthTestSMSAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
533 B
Referenced Files
None
Subscribers
None
PhabricatorAuthTestSMSAction.php
View Options
<?php
final
class
PhabricatorAuthTestSMSAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'auth.sms.test'
;
public
function
getActionConstant
()
{
return
self
::
TYPECONST
;
}
public
function
getScoreThreshold
()
{
return
60
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'You and other users on this install are collectively sending too '
.
'many test text messages too quickly. Wait a few minutes to continue '
.
'texting tests.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 2:14 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62980
Default Alt Text
PhabricatorAuthTestSMSAction.php (533 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment