matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

How does an administrator change a user's login password? #16287

Closed a545254328 closed 1 year ago

a545254328 commented 1 year ago

I forgot my login password

I want to change password via command just like registering account manually(register_new_matrix_user -c)

clokep commented 1 year ago

There's an admin API for modifying user information: https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html#create-or-modify-account

Please use the synapse admins rooms for support requests, not this bug tracker.