Page MenuHomePhabricator

D19448.id46523.diff
No OneTemporary

D19448.id46523.diff

diff --git a/src/applications/people/controller/PhabricatorPeopleNewController.php b/src/applications/people/controller/PhabricatorPeopleNewController.php
--- a/src/applications/people/controller/PhabricatorPeopleNewController.php
+++ b/src/applications/people/controller/PhabricatorPeopleNewController.php
@@ -7,6 +7,11 @@
$type = $request->getURIData('type');
$admin = $request->getUser();
+ id(new PhabricatorAuthSessionEngine())->requireHighSecuritySession(
+ $admin,
+ $request,
+ $this->getApplicationURI());
+
$is_bot = false;
$is_list = false;
switch ($type) {

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 21, 1:06 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7711793
Default Alt Text
D19448.id46523.diff (615 B)

Event Timeline