3 final class PhabricatorAuthTestSMSAction
extends PhabricatorSystemAction
{
5 const TYPECONST
= 'auth.sms.test';
7 public function getScoreThreshold() {
8 return 60 / phutil_units('1 hour in seconds');
11 public function getLimitExplanation() {
13 'You and other users on this install are collectively sending too '.
14 'many test text messages too quickly. Wait a few minutes to continue '.