Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91156959
PeopleCreateUsersCapability.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, Nov 8, 11:37
Size
344 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 11:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22207688
Attached To
rPH Phabricator
PeopleCreateUsersCapability.php
View Options
<?php
final
class
PeopleCreateUsersCapability
extends
PhabricatorPolicyCapability
{
const
CAPABILITY
=
'people.create.users'
;
public
function
getCapabilityName
()
{
return
pht
(
'Can Create (non-bot) Users'
);
}
public
function
describeCapabilityRejection
()
{
return
pht
(
'You do not have permission to create users.'
);
}
}
Event Timeline
Log In to Comment