We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60074f6 commit 39ffc4dCopy full SHA for 39ffc4d
1 file changed
selfservice/utilities/reset.py
@@ -143,5 +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)
147
if change.headers.get("X-IPA-Pwchange-Result") == "invalid-password":
148
raise PasswordChangeFailed
0 commit comments