Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93151503
AuthManageProvidersCapability.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
Tue, Nov 26, 14:43
Size
373 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 14:43 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22575455
Attached To
rPH Phabricator
AuthManageProvidersCapability.php
View Options
<?php
final
class
AuthManageProvidersCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'auth.manage.providers'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Manage Auth Providers'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to manage authentication providers.'
);
}
}
Event Timeline
Log In to Comment