From d7e3d8f9567de65e02b39fb0569cd45d6c86317a Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 6 Jul 2026 11:08:36 -0400 Subject: [PATCH] add how to change your password page --- astro.config.ts | 1 + src/content/docs/change-password.mdx | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 src/content/docs/change-password.mdx diff --git a/astro.config.ts b/astro.config.ts index 090b8ac..2a982ac 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -27,6 +27,7 @@ export default defineConfig({ ], sidebar: [ { slug: "index" }, + { slug: "change-password" }, { label: "Services", autogenerate: { directory: "services" }, diff --git a/src/content/docs/change-password.mdx b/src/content/docs/change-password.mdx new file mode 100644 index 0000000..513283b --- /dev/null +++ b/src/content/docs/change-password.mdx @@ -0,0 +1,6 @@ +--- +title: How to Change Your Password +--- + +You can change your account's password at https://matrix.federated.nexus/_continuwuity/account/password/change, or your favorite Matrix client. +Any other page will not correctly change your password.