Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895215
PhabricatorAuthChangePasswordAction.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
402 B
Referenced Files
None
Subscribers
None
PhabricatorAuthChangePasswordAction.php
View Options
<?php
final
class
PhabricatorAuthChangePasswordAction
extends
PhabricatorSystemAction
{
const
TYPECONST
=
'auth.password'
;
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
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 21:06 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128760
Default Alt Text
PhabricatorAuthChangePasswordAction.php (402 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment