Fossil SCM

Leave original prompt as current SSH behavior does not require a password.

amb 2013-09-13 02:39 ssh-transport-changes
Commit 746a93e1ad29c017597634c02139150ce2df5ff4
1 file changed +1 -1
+1 -1
--- src/user.c
+++ src/user.c
@@ -145,11 +145,11 @@
145145
146146
/*
147147
** Prompt for Fossil user password
148148
*/
149149
char *prompt_for_user_password(const char *zUser){
150
- char *zPrompt = mprintf("\rPassword for Fossil user %s: ", zUser);
150
+ char *zPrompt = mprintf("\rpassword for %s: ", zUser);
151151
char *zPw;
152152
Blob x;
153153
fossil_force_newline();
154154
prompt_for_password(zPrompt, &x, 0);
155155
free(zPrompt);
156156
--- src/user.c
+++ src/user.c
@@ -145,11 +145,11 @@
145
146 /*
147 ** Prompt for Fossil user password
148 */
149 char *prompt_for_user_password(const char *zUser){
150 char *zPrompt = mprintf("\rPassword for Fossil user %s: ", zUser);
151 char *zPw;
152 Blob x;
153 fossil_force_newline();
154 prompt_for_password(zPrompt, &x, 0);
155 free(zPrompt);
156
--- src/user.c
+++ src/user.c
@@ -145,11 +145,11 @@
145
146 /*
147 ** Prompt for Fossil user password
148 */
149 char *prompt_for_user_password(const char *zUser){
150 char *zPrompt = mprintf("\rpassword for %s: ", zUser);
151 char *zPw;
152 Blob x;
153 fossil_force_newline();
154 prompt_for_password(zPrompt, &x, 0);
155 free(zPrompt);
156

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button