add how to change your password page
This commit is contained in:
parent
a4a79fcaa7
commit
d7e3d8f956
2 changed files with 7 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export default defineConfig({
|
|||
],
|
||||
sidebar: [
|
||||
{ slug: "index" },
|
||||
{ slug: "change-password" },
|
||||
{
|
||||
label: "Services",
|
||||
autogenerate: { directory: "services" },
|
||||
|
|
|
|||
6
src/content/docs/change-password.mdx
Normal file
6
src/content/docs/change-password.mdx
Normal 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.
|
||||
Loading…
Reference in a new issue