Page MenuHomePhorge

PhabricatorAuthChangePasswordAction.php
No OneTemporary

Size
475 B
Referenced Files
None
Subscribers
None

PhabricatorAuthChangePasswordAction.php

<?php
final class PhabricatorAuthChangePasswordAction
extends PhabricatorSystemAction {
const TYPECONST = 'auth.password';
public function getActionConstant() {
return self::TYPECONST;
}
public function getScoreThreshold() {
return 20 / phutil_units('1 hour in seconds');
}
public function getLimitExplanation() {
return pht(
'You have failed to enter the correct account password too often in '.
'a short period of time.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 5:11 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
69547
Default Alt Text
PhabricatorAuthChangePasswordAction.php (475 B)

Event Timeline