Skip to content

Commit

Permalink
Enable password confirmation in quickstart.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-v-diaz committed Feb 26, 2013
1 parent ef53ca6 commit a99282d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a99282d

Please sign in to comment.