(change_password): add colon to prompt strings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6146 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -320,7 +320,7 @@ change_password (krb5_context context,
|
|||||||
password_data.length = sizeof(buf1);
|
password_data.length = sizeof(buf1);
|
||||||
|
|
||||||
prompt.hidden = 1;
|
prompt.hidden = 1;
|
||||||
prompt.prompt = "New password";
|
prompt.prompt = "New password: ";
|
||||||
prompt.reply = &password_data;
|
prompt.reply = &password_data;
|
||||||
|
|
||||||
ret = (*prompter) (context, data, "Changing password", 1, &prompt);
|
ret = (*prompter) (context, data, "Changing password", 1, &prompt);
|
||||||
@@ -331,7 +331,7 @@ change_password (krb5_context context,
|
|||||||
password_data.length = sizeof(buf2);
|
password_data.length = sizeof(buf2);
|
||||||
|
|
||||||
prompt.hidden = 1;
|
prompt.hidden = 1;
|
||||||
prompt.prompt = "Repeat new password";
|
prompt.prompt = "Repeat new password: ";
|
||||||
prompt.reply = &password_data;
|
prompt.reply = &password_data;
|
||||||
|
|
||||||
ret = (*prompter) (context, data, "Changing password", 1, &prompt);
|
ret = (*prompter) (context, data, "Changing password", 1, &prompt);
|
||||||
|
Reference in New Issue
Block a user