This commit is contained in:
reivilibre
2026-07-02 11:27:31 +00:00
parent a499ab7bd5
commit 80b8330214
112 changed files with 149 additions and 143 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
const path_to_root = "../";
const default_light_theme = "light";
const default_dark_theme = "navy";
window.path_to_searchindex_js = "../searchindex-93781aa7.js";
window.path_to_searchindex_js = "../searchindex-dac38eb4.js";
</script>
<!-- Start loading toc.js asap -->
<script src="../toc-4dc10a98.js"></script>
@@ -198,7 +198,7 @@
<div id="mdbook-content" class="content">
<main>
<h1 id="account-validity-api"><a class="header" href="#account-validity-api">Account validity API</a></h1>
<p><strong>Note:</strong> This API is disabled when MSC3861 is enabled. <a href="https://github.com/matrix-org/synapse/pull/15582">See #15582</a></p>
<p><strong>Note:</strong> This API is disabled when Matrix Authentication Service integration is enabled. <a href="https://github.com/matrix-org/synapse/pull/15582">See #15582</a></p>
<p>This API allows a server administrator to manage the validity of an account. To
use it, you must enable the account validity feature (under
<code>account_validity</code>) in Synapses configuration.</p>