Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93626630
PhabricatorSettingsAuthenticationPanelGroup.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 30, 06:22
Size
295 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 06:22 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22670006
Attached To
rPH Phabricator
PhabricatorSettingsAuthenticationPanelGroup.php
View Options
<?php
final
class
PhabricatorSettingsAuthenticationPanelGroup
extends
PhabricatorSettingsPanelGroup
{
const
PANELGROUPKEY
=
'authentication'
;
public
function
getPanelGroupName
()
{
return
pht
(
'Authentication'
);
}
protected
function
getPanelGroupOrder
()
{
return
300
;
}
}
Event Timeline
Log In to Comment