We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ffc4d commit 23bfb80Copy full SHA for 23bfb80
1 file changed
selfservice/utilities/reset.py
@@ -143,6 +143,6 @@ def passwd_change(username, old_pw, new_pw):
143
data={"user": username, "old_password": old_pw, "new_password": new_pw},
144
timeout=30,
145
)
146
- print(change)
+ print(vars(change))
147
if change.headers.get("X-IPA-Pwchange-Result") == "invalid-password":
148
raise PasswordChangeFailed
0 commit comments