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