Page MenuHomePhorge

PhabricatorAuthTestSMSAction.php
No OneTemporary

Size
460 B
Referenced Files
None
Subscribers
None

PhabricatorAuthTestSMSAction.php

<?php
final class PhabricatorAuthTestSMSAction extends PhabricatorSystemAction {
const TYPECONST = 'auth.sms.test';
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

Mime Type
text/x-php
Expires
Mon, May 12, 2:04 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113429
Default Alt Text
PhabricatorAuthTestSMSAction.php (460 B)

Event Timeline