mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-11-22 06:11:35 +00:00
Import users from CSV
Change-Id: I3565dae7531b7de1d68ebcb2392be931083dda9e
This commit is contained in:
parent
3d4f45d070
commit
e5d2d895d9
8 changed files with 946 additions and 21 deletions
3
public/data/example.csv
Normal file
3
public/data/example.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
id,displayname,password,is_guest,admin,deactivated
|
||||
@testuser22:example.org,Jane Doe,secretpassword,false,true,false
|
||||
,John Doe,,false,false,false
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue