From 4103770037b117a5740f4c44929507edd1b3cbba Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 25 Jan 2023 12:02:18 +0000 Subject: deploy: b15f0758e59c8705ff50a414a5683286b5972381 --- develop/print.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index 2c7ee23809..9d92b2865e 100644 --- a/develop/print.html +++ b/develop/print.html @@ -15082,6 +15082,11 @@ small processing times.

What users are registered on my server?

SELECT NAME from users;
 
+

How can I export user data?

+

Synapse includes a Python command to export data for a specific user. It takes the homeserver +configuration file and the full Matrix ID of the user to export:

+
python -m synapse.app.admin_cmd -c <config_file> export-data <user_id>
+

Manually resetting passwords

Users can reset their password through their client. Alternatively, a server admin can reset a user's password using the admin API.

-- cgit 1.4.1