Fossil SCM
Leave original prompt as current SSH behavior does not require a password.
Commit
746a93e1ad29c017597634c02139150ce2df5ff4
Parent
0088ab83f64faf3…
1 file changed
+1
-1
+1
-1
| --- src/user.c | ||
| +++ src/user.c | ||
| @@ -145,11 +145,11 @@ | ||
| 145 | 145 | |
| 146 | 146 | /* |
| 147 | 147 | ** Prompt for Fossil user password |
| 148 | 148 | */ |
| 149 | 149 | 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); | |
| 151 | 151 | char *zPw; |
| 152 | 152 | Blob x; |
| 153 | 153 | fossil_force_newline(); |
| 154 | 154 | prompt_for_password(zPrompt, &x, 0); |
| 155 | 155 | free(zPrompt); |
| 156 | 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 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 |