From d1e9f38b1447c7d40189144b7481612cf32b1a6e Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Wed, 7 Feb 2024 17:17:00 +0100 Subject: [PATCH] Fix example.csv User must be only the name part, not the full MXID as we can only create local users. Fixes #406 Change-Id: Ida7b6db28d88417f28b59a02df1f3d7a010aa110 --- public/data/example.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/data/example.csv b/public/data/example.csv index 02933b0..a30c80c 100644 --- a/public/data/example.csv +++ b/public/data/example.csv @@ -1,3 +1,3 @@ id,displayname,password,is_guest,admin,deactivated -@testuser22:example.org,Jane Doe,secretpassword,false,true,false +testuser22,Jane Doe,secretpassword,false,true,false ,John Doe,,false,false,false