Remove product literal strings in "pht()", part 18
[phabricator.git] / src / applications / auth / action / PhabricatorAuthTryFactorAction.php
blobd57b4812135f5f885404f9585875470605dd7e2b
1 <?php
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() {
12 return pht(
13 'You have failed to verify multi-factor authentication too often in '.
14 'a short period of time.');