Skip to content
Snippets Groups Projects
Unverified Commit 3e557447 authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

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.
parent 25e2d193
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,7 @@ First calculate the hash of the new password:: ...@@ -267,7 +267,7 @@ First calculate the hash of the new password::
Confirm password: Confirm password:
$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx $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' UPDATE users SET password_hash='$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
WHERE name='@test:test.com'; WHERE name='@test:test.com';
...@@ -335,6 +335,9 @@ Building internal API documentation:: ...@@ -335,6 +335,9 @@ Building internal API documentation::
Troubleshooting Troubleshooting
=============== ===============
Need help? Join our community support room on Matrix:
`#synapse:matrix.org <https://matrix.to/#/#synapse:matrix.org>`_
Running out of File Handles Running out of File Handles
--------------------------- ---------------------------
......
Add a link to `#synapse:matrix.org` in the troubleshooting section of the README.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment