mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-13 22:34:05 +01:00
parent
7a91b9d81c
commit
c7296bcb98
2 changed files with 1 additions and 2 deletions
1
changelog.d/4965.misc
Normal file
1
changelog.d/4965.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove log line for password via the admin API.
|
|
@ -647,8 +647,6 @@ class ResetPasswordRestServlet(ClientV1RestServlet):
|
|||
assert_params_in_dict(params, ["new_password"])
|
||||
new_password = params['new_password']
|
||||
|
||||
logger.info("new_password: %r", new_password)
|
||||
|
||||
yield self._set_password_handler.set_password(
|
||||
target_user_id, new_password, requester
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue