From a99282d22a2684ea15afc4422caf1160fda858ee Mon Sep 17 00:00:00 2001 From: vladdd Date: Tue, 26 Feb 2013 17:53:35 -0500 Subject: [PATCH] Enable password confirmation in quickstart.py --- quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart.py b/quickstart.py index 159cc7f898..815255a0e6 100755 --- a/quickstart.py +++ b/quickstart.py @@ -314,7 +314,7 @@ def build_repository(project_directory): # and save them to the keystore. for threshold in range(role_threshold): message = 'Enter a password for '+repr(role)+' ('+str(threshold+1)+'): ' - password = _get_password(message) + password = _get_password(message, confirm=True) key = tuf.repo.signerlib.generate_and_save_rsa_key(keystore_directory, password) try: