1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

Add a setPassword GraphQL mutation for setting a user's password (#2820)

* Feed `PasswordManager` through to the GraphQL `State`

* Add `setPassword` GraphQL mutation to update a user's password
This commit is contained in:
reivilibre
2024-06-05 18:04:17 +01:00
committed by GitHub
parent fa0dec737b
commit d76b54b13f
8 changed files with 370 additions and 2 deletions

View File

@@ -200,6 +200,7 @@ impl Options {
&policy_factory,
homeserver_connection.clone(),
site_config.clone(),
password_manager.clone(),
);
let state = {