Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F118482388
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
Fri, Jun 20, 09:06
Size
373 B
Mime Type
text/x-php
Expires
Sun, Jun 22, 09:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26884888
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