3 final class PhabricatorAuthTryFactorAction
extends PhabricatorSystemAction
{
5 const TYPECONST
= 'auth.factor';
7 public function getScoreThreshold() {
8 return 10 / phutil_units('1 hour in seconds');
11 public function getLimitExplanation() {
13 'You have failed to verify multi-factor authentication too often in '.
14 'a short period of time.');