Page MenuHomePhorge

PhabricatorAuthTryEmailLoginAction.php
No OneTemporary

Size
387 B
Referenced Files
None
Subscribers
None

PhabricatorAuthTryEmailLoginAction.php

<?php
final class PhabricatorAuthTryEmailLoginAction
extends PhabricatorSystemAction {
const TYPECONST = 'mail.try-login';
public function getScoreThreshold() {
return 20 / phutil_units('1 hour in seconds');
}
public function getLimitExplanation() {
return pht(
'You have made too many account recovery requests in a short period '.
'of time.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 6:25 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113243
Default Alt Text
PhabricatorAuthTryEmailLoginAction.php (387 B)

Event Timeline