Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99053740
PeopleDisableUsersCapability.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, Jan 18, 18:22
Size
348 B
Mime Type
text/x-php
Expires
Mon, Jan 20, 18:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23698158
Attached To
rPH Phabricator
PeopleDisableUsersCapability.php
View Options
<?php
final
class
PeopleDisableUsersCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'people.disable.users'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Disable Users'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to disable or enable users.'
);
}
}
Event Timeline
Log In to Comment