Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / auth / action / PhabricatorAuthNewFactorAction.php
blob82b851d3831a9e74f6fcd019967e00cc7fcc8095
1 <?php
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() {
12 return pht(
13 'You have failed too many attempts to synchronize new multi-factor '.
14 'authentication methods in a short period of time.');