mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-28 18:38:31 +00:00
deploy: f799eac7ea
This commit is contained in:
parent
b7e0e2c771
commit
0a730ea816
4 changed files with 6 additions and 2 deletions
|
@ -181,6 +181,7 @@ for a server admin: see <a href="../usage/administration/admin_api">Admin API</a
|
|||
"appservice_id": null,
|
||||
"consent_server_notice_sent": null,
|
||||
"consent_version": null,
|
||||
"consent_ts": null,
|
||||
"external_ids": [
|
||||
{
|
||||
"auth_provider": "<provider1>",
|
||||
|
@ -488,6 +489,7 @@ is set to <code>true</code>:</p>
|
|||
<li>Remove the user's creation (registration) timestamp</li>
|
||||
<li><a href="#override-ratelimiting-for-users">Remove rate limit overrides</a></li>
|
||||
<li>Remove from monthly active users</li>
|
||||
<li>Remove user's consent information (consent version and timestamp)</li>
|
||||
</ul>
|
||||
<h2 id="reset-password"><a class="header" href="#reset-password">Reset password</a></h2>
|
||||
<p>Changes the password of another user. This will automatically log the user out of all their devices.</p>
|
||||
|
|
|
@ -12309,6 +12309,7 @@ for a server admin: see <a href="admin_api/../usage/administration/admin_api">Ad
|
|||
"appservice_id": null,
|
||||
"consent_server_notice_sent": null,
|
||||
"consent_version": null,
|
||||
"consent_ts": null,
|
||||
"external_ids": [
|
||||
{
|
||||
"auth_provider": "<provider1>",
|
||||
|
@ -12616,6 +12617,7 @@ is set to <code>true</code>:</p>
|
|||
<li>Remove the user's creation (registration) timestamp</li>
|
||||
<li><a href="admin_api/user_admin_api.html#override-ratelimiting-for-users">Remove rate limit overrides</a></li>
|
||||
<li>Remove from monthly active users</li>
|
||||
<li>Remove user's consent information (consent version and timestamp)</li>
|
||||
</ul>
|
||||
<h2 id="reset-password"><a class="header" href="#reset-password">Reset password</a></h2>
|
||||
<p>Changes the password of another user. This will automatically log the user out of all their devices.</p>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue