Page MenuHomePhorge

PhabricatorSettingsAuthenticationPanelGroup.php
No OneTemporary

Size
295 B
Referenced Files
None
Subscribers
None

PhabricatorSettingsAuthenticationPanelGroup.php

<?php
final class PhabricatorSettingsAuthenticationPanelGroup
extends PhabricatorSettingsPanelGroup {
const PANELGROUPKEY = 'authentication';
public function getPanelGroupName() {
return pht('Authentication');
}
protected function getPanelGroupOrder() {
return 300;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 4:36 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72232
Default Alt Text
PhabricatorSettingsAuthenticationPanelGroup.php (295 B)

Event Timeline