Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15437723
D19448.id46523.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
615 B
Referenced Files
None
Subscribers
None
D19448.id46523.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 9:11 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7711793
Default Alt Text
D19448.id46523.diff (615 B)
Attached To
Mode
D19448: Consistently require MFA on the actual user creation flow
Attached
Detach File
Event Timeline
Log In to Comment