mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 09:08:32 -04:00
Allow admin users to create or modify users without a shared secret (#6495)
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
This commit is contained in:
parent
d773290cb1
commit
d2906fe666
9 changed files with 655 additions and 339 deletions
|
@ -52,11 +52,13 @@ class RegistrationWorkerStore(SQLBaseStore):
|
|||
"name",
|
||||
"password_hash",
|
||||
"is_guest",
|
||||
"admin",
|
||||
"consent_version",
|
||||
"consent_server_notice_sent",
|
||||
"appservice_id",
|
||||
"creation_ts",
|
||||
"user_type",
|
||||
"deactivated",
|
||||
],
|
||||
allow_none=True,
|
||||
desc="get_user_by_id",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue