Page MenuHomePhorge

PhabricatorAuthTryPasswordAction.php
No OneTemporary

Size
389 B
Referenced Files
None
Subscribers
None

PhabricatorAuthTryPasswordAction.php

<?php
final class PhabricatorAuthTryPasswordAction
extends PhabricatorSystemAction {
const TYPECONST = 'auth.password';
public function getScoreThreshold() {
return 100 / phutil_units('1 hour in seconds');
}
public function getLimitExplanation() {
return pht(
'Your remote address has made too many login attempts in a short '.
'period of time.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 2:04 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122009
Default Alt Text
PhabricatorAuthTryPasswordAction.php (389 B)

Event Timeline