mirror of
https://github.com/matrix-org/synapse.git
synced 2026-05-04 19:56:29 +02:00
deploy: f799eac7ea96f943ad1272a5a81f845dfa08a254
This commit is contained in:
parent
b7e0e2c771
commit
0a730ea816
@ -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…
x
Reference in New Issue
Block a user