diff options
| author | bwarsaw | 1999-07-09 23:42:57 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-07-09 23:42:57 +0000 |
| commit | 7cefda0a924530134b453c065059a8784b065fe0 (patch) | |
| tree | 4558b003f5f16b8d3950c761955ae4e2b9f83bce | |
| parent | 6c9c70a45f2fd5a8c913fed6044bd4a8ecf0a1c8 (diff) | |
| download | mailman-7cefda0a924530134b453c065059a8784b065fe0.tar.gz mailman-7cefda0a924530134b453c065059a8784b065fe0.tar.zst mailman-7cefda0a924530134b453c065059a8784b065fe0.zip | |
main(): Slightly different message for confirmation.
| -rwxr-xr-x | bin/mmsitepass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mmsitepass b/bin/mmsitepass index 1cfd92a1b..679141f7c 100755 --- a/bin/mmsitepass +++ b/bin/mmsitepass @@ -40,7 +40,7 @@ def main(argv): else: try: pw = getpass.getpass("New Password: ") - confirm = getpass.getpass("Again to confirm: ") + confirm = getpass.getpass("Again to confirm password: ") if pw != confirm: print "Mismatch - password not changed." raise SystemExit, 1 |
