-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update README to use new virtualenv (#4328) #4342
Conversation
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Signed-off-by: Aaron Raimist <aaron@raim.ist>
Codecov Report
@@ Coverage Diff @@
## develop #4342 +/- ##
===========================================
+ Coverage 73.73% 73.75% +0.01%
===========================================
Files 300 300
Lines 29751 29751
Branches 4878 4878
===========================================
+ Hits 21938 21942 +4
+ Misses 6387 6386 -1
+ Partials 1426 1423 -3
Continue to review full report at Codecov.
|
Or maybe it should just be changed to show how to use the admin api https://github.com/matrix-org/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password |
Yes, I think this needs updating. Note that just
Well, that requires an admin user, which is a whole extra level of complication, so I'd stick with the script and sql. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
just did this, since it was trivial |
Pull Request Checklist
Fixes #4328
Should I also update the password reset section to assume you installed Synapse via pypi, so the location of hash_password would be
./env/bin/hash_password
instead of./scripts/hash_password
?