-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
register-new-matrix-user: add a flag to ignore already existing users
This allows to register users in a more declarative and stateless way. Signed-off-by: Jörg Thalheim <[email protected]>
- Loading branch information
Showing
4 changed files
with
26 additions
and
3 deletions.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
`register_new_matrix_user` now supports a --exists-ok flag to allow registration of users that already exist in the database. | ||
This is useful for scripts that bootstrap user accounts with initial passwords. |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
matrix-synapse-py3 (1.109.0+nmu1) UNRELEASED; urgency=medium | ||
|
||
* `register_new_matrix_user` now supports a --password-file flag. | ||
* `register_new_matrix_user` now supports a --password-file and a --exists-ok flag. | ||
|
||
-- Synapse Packaging team <[email protected]> Tue, 18 Jun 2024 13:29:36 +0100 | ||
|
||
|
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
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