Page MenuHomestyx hydra

PhabricatorAuthTryPasswordAction.php
No OneTemporary

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
Tue, Feb 24, 7:09 PM (18 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
850950
Default Alt Text
PhabricatorAuthTryPasswordAction.php (389 B)

Event Timeline