This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Clarify that register_new_matrix_user is present also when installed via non-pip package #9074
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
91ad7c3
Clarify that register_new_matrix_user is present also when installed …
blakehawkins 26a749b
cr
blakehawkins 79f3baa
towncrier
blakehawkins 778cf70
Update INSTALL.md
richvdh b98c6a5
Update INSTALL.md
richvdh 992f3b9
Update INSTALL.md
richvdh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -539,13 +539,16 @@ email will be disabled. | |||||
|
||||||
The easiest way to create a new user is to do so from a client like [Element](https://element.io/). | ||||||
|
||||||
Alternatively you can do so from the command line if you have installed via pip. | ||||||
Alternatively, you can do so from the command line if you have installed synapse via package. | ||||||
|
||||||
This can be done as follows: | ||||||
|
||||||
```sh | ||||||
$ # These steps are needed if installed via pip. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey, I think it's better for docs to be imperative or passive, hope you're satisfied with the update |
||||||
$ source ~/synapse/env/bin/activate | ||||||
$ synctl start # if not already running | ||||||
$ | ||||||
$ # This executable is present when installed via any package. | ||||||
blakehawkins marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
$ register_new_matrix_user -c homeserver.yaml http://localhost:8008 | ||||||
New user localpart: erikj | ||||||
Password: | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This doesn't really make much sense as it is.