From 4103770037b117a5740f4c44929507edd1b3cbba Mon Sep 17 00:00:00 2001
From: clokep
SELECT NAME from users;
+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>
+
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