added some more messages to the client/server comms
[ga4php.git] / gaas / lib / gaasClientMessages.php
index d66bf08..d110ba2 100644 (file)
@@ -69,6 +69,7 @@ function gaasSetAdminGroup_clientsend($params)
 
 function gaasProvisionUser_clientsend($params)
 {
+       $msg["username"] = $params[0];
        return $msg;
 }