Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15395957
D13777.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
592 B
Referenced Files
None
Subscribers
None
D13777.diff
View Options
diff --git a/src/applications/people/controller/PhabricatorPeopleCreateController.php b/src/applications/people/controller/PhabricatorPeopleCreateController.php
--- a/src/applications/people/controller/PhabricatorPeopleCreateController.php
+++ b/src/applications/people/controller/PhabricatorPeopleCreateController.php
@@ -3,6 +3,10 @@
final class PhabricatorPeopleCreateController
extends PhabricatorPeopleController {
+ public function shouldRequireAdmin() {
+ return false;
+ }
+
public function handleRequest(AphrontRequest $request) {
$admin = $request->getUser();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 17, 10:57 AM (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708267
Default Alt Text
D13777.diff (592 B)
Attached To
Mode
D13777: Fix people being able to see /people/create/
Attached
Detach File
Event Timeline
Log In to Comment