Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 11, 2017
2 parents 8fb6a7c + aa78913 commit 55b07eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/access.ajxp_conf/src/UsersManager.php
Expand Up @@ -67,6 +67,7 @@ public function peopleApiActions(ServerRequestInterface $requestInterface, Respo
$a = $requestInterface->getAttribute("action");
$vars = $requestInterface->getParsedBody();
$path = $vars["path"];
$path = '/'.ltrim($path, '/');
if($a === "people-create-resource"){
if($vars["request_body"]["resourceType"] === "user"){
// Create a user
Expand Down

0 comments on commit 55b07eb

Please sign in to comment.