krb5 commit: [Leash] Notify the user of password change success
Benjamin Kaduk
kaduk at MIT.EDU
Tue Jun 25 17:07:25 EDT 2013
https://github.com/krb5/krb5/commit/90f6507c3b94b22ea78dc5e7054af501a80932f0
commit 90f6507c3b94b22ea78dc5e7054af501a80932f0
Author: Ben Kaduk <kaduk at mit.edu>
Date: Mon Jun 24 15:56:54 2013 -0400
[Leash] Notify the user of password change success
ticket: 7440
tags: pullup
target_version: 1.11.4
src/windows/leashdll/lsh_pwd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/windows/leashdll/lsh_pwd.c b/src/windows/leashdll/lsh_pwd.c
index d5b7d69..3c965b4 100644
--- a/src/windows/leashdll/lsh_pwd.c
+++ b/src/windows/leashdll/lsh_pwd.c
@@ -1966,6 +1966,8 @@ NewPasswordProc(
return TRUE;
}
Leash_pec_add_principal(principal);
+ MessageBox(NULL, "Password successfully changed.",
+ "Password change", MB_OK);
CloseMe(TRUE); /* success */
}
break;
More information about the cvs-krb5
mailing list