Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
remove log line for password (#4965)
Browse files Browse the repository at this point in the history
Remove log line for password.
  • Loading branch information
neilisfragile authored Mar 28, 2019
1 parent 7a91b9d commit c7296bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/4965.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove log line for password via the admin API.
2 changes: 0 additions & 2 deletions synapse/rest/client/v1/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,6 @@ def on_POST(self, request, target_user_id):
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
)
Expand Down

0 comments on commit c7296bc

Please sign in to comment.