add how to change your password page

This commit is contained in:
Henry Hiles 2026-07-06 11:08:36 -04:00
commit d7e3d8f956
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,7 @@ export default defineConfig({
], ],
sidebar: [ sidebar: [
{ slug: "index" }, { slug: "index" },
{ slug: "change-password" },
{ {
label: "Services", label: "Services",
autogenerate: { directory: "services" }, autogenerate: { directory: "services" },

View file

@ -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.