Skip to content

Commit 23bfb80

Browse files
committed
more degbug in main
1 parent 39ffc4d commit 23bfb80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selfservice/utilities/reset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ def passwd_change(username, old_pw, new_pw):
143143
data={"user": username, "old_password": old_pw, "new_password": new_pw},
144144
timeout=30,
145145
)
146-
print(change)
146+
print(vars(change))
147147
if change.headers.get("X-IPA-Pwchange-Result") == "invalid-password":
148148
raise PasswordChangeFailed

0 commit comments

Comments
 (0)