Index: TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/RegisterUser.cs
===================================================================
--- TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/RegisterUser.cs	(revision 444)
+++ TFP-WebServer/WebServer/src/WebAPI/APIs/Permissions/RegisterUser.cs	(revision 453)
@@ -110,5 +110,5 @@
 			string remoteEndpointString = _context.Request.RemoteEndPoint!.ToString ();
 			SessionHandler.HandleUserIdLogin (ParentWeb.ConnectionHandler, _context, remoteEndpointString, SessionHandler.userPassLoginName,
-				SessionHandler.userPassErrorPage, username, regData.PlatformUserId, regData.CrossPlatformUserId, false);
+				username, regData.PlatformUserId, regData.CrossPlatformUserId);
 
 			_context.Response.StatusCode = (int)HttpStatusCode.Created;
