mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-12 21:58:50 +01:00
* keyedit.c (change_passphrase): When responding 'no' to the blank
passphrase question, re-prompt for a new passphrase. This is bug #202.
This commit is contained in:
parent
fd4be49da8
commit
33c0e98761
@ -1,3 +1,9 @@
|
||||
2003-08-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyedit.c (change_passphrase): When responding 'no' to the blank
|
||||
passphrase question, re-prompt for a new passphrase. This is bug
|
||||
#202.
|
||||
|
||||
2003-08-21 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keyserver.c (keyserver_search_prompt): Flush stdout before
|
||||
|
@ -870,8 +870,10 @@ change_passphrase( KBNODE keyblock )
|
||||
" this is probably a *bad* idea!\n\n"));
|
||||
if( cpr_get_answer_is_yes("change_passwd.empty.okay",
|
||||
_("Do you really want to do this? ")))
|
||||
{
|
||||
changed++;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
else { /* okay */
|
||||
rc = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user