From: Ben Kaduk Date: Mon, 24 Jun 2013 19:56:54 +0000 (-0400) Subject: [Leash] Notify the user of password change success X-Git-Tag: krb5-1.12-alpha1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90f6507c3b94b22ea78dc5e7054af501a80932f0;p=thirdparty%2Fkrb5.git [Leash] Notify the user of password change success ticket: 7440 tags: pullup target_version: 1.11.4 --- diff --git a/src/windows/leashdll/lsh_pwd.c b/src/windows/leashdll/lsh_pwd.c index d5b7d6988f..3c965b4ece 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;