Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F459941
PhabricatorAuthEmailLoginAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
470 B
Referenced Files
None
Subscribers
None
PhabricatorAuthEmailLoginAction.php
View Options
<?php
final
class
PhabricatorAuthEmailLoginAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'mail.login'
;
public
function
getActionConstant
()
{
return
self
::
TYPECONST
;
}
public
function
getScoreThreshold
()
{
return
3
/
phutil_units
(
'1 hour in seconds'
);
}
public
function
getLimitExplanation
()
{
return
pht
(
'Too many account recovery email links have been sent to this account '
.
'in a short period of time.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 2:55 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71996
Default Alt Text
PhabricatorAuthEmailLoginAction.php (470 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment