瀏覽代碼

Document the export user data command. (#14883)

tags/v1.76.0rc1
ZAID BIN TARIQ 1 年之前
committed by GitHub
父節點
當前提交
b15f0758e5
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 2 個文件被更改,包括 9 次插入0 次删除
  1. +1
    -0
      changelog.d/14883.doc
  2. +8
    -0
      docs/usage/administration/admin_faq.md

+ 1
- 0
changelog.d/14883.doc 查看文件

@@ -0,0 +1 @@
Document the export user data command. Contributed by @thezaidbintariq.

+ 8
- 0
docs/usage/administration/admin_faq.md 查看文件

@@ -32,6 +32,14 @@ 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:
```console
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


Loading…
取消
儲存