Browse Source

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.
tags/v1.15.0rc1
Andrew Morgan 4 years ago
committed by GitHub
parent
commit
3e557447cb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions
  1. +4
    -1
      README.rst
  2. +1
    -0
      changelog.d/7603.doc

+ 4
- 1
README.rst 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
- 0
changelog.d/7603.doc View File

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

Loading…
Cancel
Save