[27814] in CVS-changelog-for-Kerberos-V5
krb5 commit: [Leash] Notify the user of password change success
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Jun 25 17:07:30 2013
Date: Tue, 25 Jun 2013 17:07:25 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201306252107.r5PL7PaK016820@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/90f6507c3b94b22ea78dc5e7054af501a80932f0
commit 90f6507c3b94b22ea78dc5e7054af501a80932f0
Author: Ben Kaduk <kaduk@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;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5