[PR #81] [MERGED] FIX: Update user password lookup based on username #79

Closed
opened 2026-02-27 23:18:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sophos/sophos-firewall-sdk/pull/81
Author: @mamullen13316
Created: 9/10/2024
Status: Merged
Merged: 9/10/2024
Merged by: @mamullen13316

Base: mainHead: update_user_password


📝 Commits (2)

  • c2d3b4c fix: update_user_password lookup by username
  • 574d667 version: update to v0.1.52

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 pyproject.toml (+1 -1)
📝 sophosfirewall_python/authen.py (+1 -1)

📄 Description

  • although the argument for update_user_password() was username, it was requiring the display name of the user to look up the user. With this fix, it correctly takes the username.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sophos/sophos-firewall-sdk/pull/81 **Author:** [@mamullen13316](https://github.com/mamullen13316) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@mamullen13316](https://github.com/mamullen13316) **Base:** `main` ← **Head:** `update_user_password` --- ### 📝 Commits (2) - [`c2d3b4c`](https://github.com/sophos/sophos-firewall-sdk/commit/c2d3b4c4ef20a2d36a91cc3ae616c7bb0204797b) fix: update_user_password lookup by username - [`574d667`](https://github.com/sophos/sophos-firewall-sdk/commit/574d667421d7d6d09b31259e1cf5394b47ff32d7) version: update to v0.1.52 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -1) 📝 `sophosfirewall_python/authen.py` (+1 -1) </details> ### 📄 Description - although the argument for `update_user_password()` was `username`, it was requiring the display name of the user to look up the user. With this fix, it correctly takes the username. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:18:58 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sophos-firewall-sdk#79
No description provided.