You've already forked authentication-service
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:
@@ -200,6 +200,7 @@ impl Options {
|
||||
&policy_factory,
|
||||
homeserver_connection.clone(),
|
||||
site_config.clone(),
|
||||
password_manager.clone(),
|
||||
);
|
||||
|
||||
let state = {
|
||||
|
Reference in New Issue
Block a user