0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 03:53:45 +02:00

Mention #synapse:matrix.org in README troubleshooting (#7603)

Just in case people head straight to the troubleshooting section and find themselves at a dead end.
This commit is contained in:
Andrew Morgan 2020-06-01 19:45:39 +01:00 committed by GitHub
parent 25e2d193e3
commit 3e557447cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -267,7 +267,7 @@ First calculate the hash of the new password::
Confirm password:
$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Then update the `users` table in the database::
Then update the ``users`` table in the database::
UPDATE users SET password_hash='$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
WHERE name='@test:test.com';
@ -335,6 +335,9 @@ Building internal API documentation::
Troubleshooting
===============
Need help? Join our community support room on Matrix:
`#synapse:matrix.org <https://matrix.to/#/#synapse:matrix.org>`_
Running out of File Handles
---------------------------

1
changelog.d/7603.doc Normal file
View file

@ -0,0 +1 @@
Add a link to `#synapse:matrix.org` in the troubleshooting section of the README.